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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ConsoleProvisioningStateTypeConverter))]
public struct ConsoleProvisioningState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ConsoleProvisioningState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ConsoleProvisioningStateTypeConverter))>]
type ConsoleProvisioningState = struct
interface IArgumentCompleter
Public Structure ConsoleProvisioningState
Implements IArgumentCompleter, IEquatable(Of ConsoleProvisioningState)
- Inheritance
-
ConsoleProvisioningState
- Attributes
- Implements
Fields
Accepted | |
Canceled | |
Failed | |
Provisioning | |
Succeeded |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ConsoleProvisioningState) |
Compares values of enum type ConsoleProvisioningState |
Equals(Object) |
Compares values of enum type ConsoleProvisioningState (override for Object) |
GetHashCode() |
Returns hashCode for enum ConsoleProvisioningState |
ToString() |
Returns string representation for ConsoleProvisioningState |
Operators
Equality(ConsoleProvisioningState, ConsoleProvisioningState) |
Overriding == operator for enum ConsoleProvisioningState |
Implicit(ConsoleProvisioningState to String) |
Implicit operator to convert ConsoleProvisioningState to string |
Implicit(String to ConsoleProvisioningState) |
Implicit operator to convert string to ConsoleProvisioningState |
Inequality(ConsoleProvisioningState, ConsoleProvisioningState) |
Overriding != operator for enum ConsoleProvisioningState |