BatchProvisioningState 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 provisioned state of the resource.
public readonly struct BatchProvisioningState : IEquatable<Azure.ResourceManager.Batch.Models.BatchProvisioningState>
type BatchProvisioningState = struct
Public Structure BatchProvisioningState
Implements IEquatable(Of BatchProvisioningState)
- Inheritance
-
BatchProvisioningState
- Implements
Constructors
BatchProvisioningState(String) |
Initializes a new instance of BatchProvisioningState. |
Properties
Cancelled |
The last operation for the account is cancelled. |
Creating |
The account is being created. |
Deleting |
The account is being deleted. |
Failed |
The last operation for the account is failed. |
Invalid |
The account is in an invalid state. |
Succeeded |
The account has been created and is ready for use. |
Methods
Equals(BatchProvisioningState) |
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(BatchProvisioningState, BatchProvisioningState) |
Determines if two BatchProvisioningState values are the same. |
Implicit(String to BatchProvisioningState) |
Converts a string to a BatchProvisioningState. |
Inequality(BatchProvisioningState, BatchProvisioningState) |
Determines if two BatchProvisioningState values are not the same. |
Applies to
Azure SDK for .NET