ContainerOrchestratorProvisioningState 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 ContainerOrchestratorProvisioningState : IEquatable<Azure.ResourceManager.ContainerOrchestratorRuntime.Models.ContainerOrchestratorProvisioningState>
type ContainerOrchestratorProvisioningState = struct
Public Structure ContainerOrchestratorProvisioningState
Implements IEquatable(Of ContainerOrchestratorProvisioningState)
- Inheritance
-
ContainerOrchestratorProvisioningState
- Implements
Constructors
ContainerOrchestratorProvisioningState(String) |
Initializes a new instance of ContainerOrchestratorProvisioningState. |
Properties
Accepted |
Change accepted for processing. |
Canceled |
Resource creation was canceled. |
Deleting |
Deletion in progress. |
Failed |
Resource creation failed. |
Provisioning |
Initial provisioning in progress. |
Succeeded |
Resource has been created. |
Updating |
Update in progress. |
Methods
Equals(ContainerOrchestratorProvisioningState) |
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(ContainerOrchestratorProvisioningState, ContainerOrchestratorProvisioningState) |
Determines if two ContainerOrchestratorProvisioningState values are the same. |
Implicit(String to ContainerOrchestratorProvisioningState) |
Converts a String to a ContainerOrchestratorProvisioningState. |
Inequality(ContainerOrchestratorProvisioningState, ContainerOrchestratorProvisioningState) |
Determines if two ContainerOrchestratorProvisioningState values are not the same. |
Applies to
Azure SDK for .NET