ConsoleProvisioningState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The provisioning state of the virtual machine console.
public readonly struct ConsoleProvisioningState : IEquatable<Azure.ResourceManager.NetworkCloud.Models.ConsoleProvisioningState>
type ConsoleProvisioningState = struct
Public Structure ConsoleProvisioningState
Implements IEquatable(Of ConsoleProvisioningState)
- Inheritance
-
ConsoleProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| ConsoleProvisioningState(String) |
Initializes a new instance of ConsoleProvisioningState. |
Properties
| Name | Description |
|---|---|
| Accepted |
Accepted. |
| Canceled |
Canceled. |
| Failed |
Failed. |
| Provisioning |
Provisioning. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(ConsoleProvisioningState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ConsoleProvisioningState, ConsoleProvisioningState) |
Determines if two ConsoleProvisioningState values are the same. |
| Implicit(String to ConsoleProvisioningState) |
Converts a String to a ConsoleProvisioningState. |
| Inequality(ConsoleProvisioningState, ConsoleProvisioningState) |
Determines if two ConsoleProvisioningState values are not the same. |