ProvisioningState 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 of the image customization.
public readonly struct ProvisioningState : IEquatable<Azure.ResourceManager.ContainerServicePreparedImgSpec.Models.ProvisioningState>
type ProvisioningState = struct
Public Structure ProvisioningState
Implements IEquatable(Of ProvisioningState)
- Inheritance
-
ProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| ProvisioningState(String) |
Initializes a new instance of ProvisioningState. |
Properties
| Name | Description |
|---|---|
| Accepted |
The change request has been accepted. |
| Canceled |
Resource creation was canceled. |
| Deleting |
Resource is being deleted. |
| Failed |
Resource creation failed. |
| Provisioning |
Provisioning the resource is in progress. |
| Succeeded |
Resource has been created. |
| Updating |
Resource is being updated. |
Methods
| Name | Description |
|---|---|
| Equals(ProvisioningState) |
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
| Name | Description |
|---|---|
| Equality(ProvisioningState, ProvisioningState) |
Determines if two ProvisioningState values are the same. |
| Implicit(String to Nullable<ProvisioningState>) | |
| Implicit(String to ProvisioningState) |
Converts a string to a ProvisioningState. |
| Inequality(ProvisioningState, ProvisioningState) |
Determines if two ProvisioningState values are not the same. |