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