EdgeZonesProvisioningState 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 status of the current operation.
public readonly struct EdgeZonesProvisioningState : IEquatable<Azure.ResourceManager.EdgeZones.Models.EdgeZonesProvisioningState>
type EdgeZonesProvisioningState = struct
Public Structure EdgeZonesProvisioningState
Implements IEquatable(Of EdgeZonesProvisioningState)
- Inheritance
-
EdgeZonesProvisioningState
- Implements
Constructors
EdgeZonesProvisioningState(String) |
Initializes a new instance of EdgeZonesProvisioningState. |
Properties
Accepted |
Accepted State. |
Canceled |
Resource creation was canceled. |
Deleting |
Deleting State. |
Failed |
Resource creation failed. |
Provisioning |
Provisioning State. |
Succeeded |
Resource has been created. |
Updating |
Updating State. |
Methods
Equals(EdgeZonesProvisioningState) |
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(EdgeZonesProvisioningState, EdgeZonesProvisioningState) |
Determines if two EdgeZonesProvisioningState values are the same. |
Implicit(String to EdgeZonesProvisioningState) |
Converts a string to a EdgeZonesProvisioningState. |
Inequality(EdgeZonesProvisioningState, EdgeZonesProvisioningState) |
Determines if two EdgeZonesProvisioningState values are not the same. |
Applies to
Azure SDK for .NET