Share via


ProvisioningState Struct

Definition

Resource provisioning state.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.ProvisioningStateTypeConverter))]
public struct ProvisioningState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.ProvisioningState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.ProvisioningStateTypeConverter))>]
type ProvisioningState = struct
    interface IArgumentCompleter
Public Structure ProvisioningState
Implements IArgumentCompleter, IEquatable(Of ProvisioningState)
Inheritance
ProvisioningState
Attributes
Implements

Fields

Creating

Resource is in the process of being created.

Deleting

Resource is in the process of being deleted.

Failed

Previous operation on the resource has failed leaving resource in unhealthy state.

Locked

The resource is locked and changes are currently blocked. This could be due to maintenance or a scheduled operation. The state will go back to succeeded once the locking operation has finished.

Succeeded

Resource is in healthy state after creation or update operation.

Updating

New property values are being applied to the resource.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ProvisioningState (override for Object)

Equals(ProvisioningState)

Compares values of enum type ProvisioningState

GetHashCode()

Returns hashCode for enum ProvisioningState

ToString()

Returns string representation for ProvisioningState

Operators

Equality(ProvisioningState, ProvisioningState)

Overriding == operator for enum ProvisioningState

Implicit(ProvisioningState to String)

Implicit operator to convert ProvisioningState to string

Implicit(String to ProvisioningState)

Implicit operator to convert string to ProvisioningState

Inequality(ProvisioningState, ProvisioningState)

Overriding != operator for enum ProvisioningState

Applies to