DevBoxProvisioningState 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.
Indicates the provisioning state of the Dev Box.
public readonly struct DevBoxProvisioningState : IEquatable<Azure.Developer.DevCenter.Models.DevBoxProvisioningState>
type DevBoxProvisioningState = struct
Public Structure DevBoxProvisioningState
Implements IEquatable(Of DevBoxProvisioningState)
- Inheritance
-
DevBoxProvisioningState
- Implements
Constructors
DevBoxProvisioningState(String) |
Initializes a new instance of DevBoxProvisioningState. |
Properties
Canceled |
Dev Box provision was canceled. |
Creating |
Dev Box is being created. |
Deleting |
Dev Box is being deleted. |
Failed |
Dev Box failed to provision. |
InGracePeriod |
Dev Box is in grace period. |
NotProvisioned |
Dev Box is not provisioned. |
ProvisionedWithWarning |
Dev Box was provisioned with warning. |
Provisioning |
Dev Box is provisioning. |
Starting |
Dev Box is starting. |
Stopping |
Dev Box is stopping. |
Succeeded |
Dev Box was successfully provisioned. |
Updating |
Dev Box is updating. |
Methods
Equals(DevBoxProvisioningState) |
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
Equality(DevBoxProvisioningState, DevBoxProvisioningState) |
Determines if two DevBoxProvisioningState values are the same. |
Implicit(String to DevBoxProvisioningState) |
Converts a string to a DevBoxProvisioningState. |
Inequality(DevBoxProvisioningState, DevBoxProvisioningState) |
Determines if two DevBoxProvisioningState values are not the same. |
Applies to
Azure SDK for .NET