StorageTaskProvisioningState 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.
Represents the provisioning state of the storage task.
public readonly struct StorageTaskProvisioningState : IEquatable<Azure.ResourceManager.StorageActions.Models.StorageTaskProvisioningState>
type StorageTaskProvisioningState = struct
Public Structure StorageTaskProvisioningState
Implements IEquatable(Of StorageTaskProvisioningState)
- Inheritance
-
StorageTaskProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| StorageTaskProvisioningState(String) |
Initializes a new instance of StorageTaskProvisioningState. |
Properties
| Name | Description |
|---|---|
| Accepted |
Gets the Accepted. |
| Canceled |
Gets the Canceled. |
| Creating |
Gets the Creating. |
| Deleting |
Gets the Deleting. |
| Failed |
Gets the Failed. |
| Succeeded |
Gets the Succeeded. |
| ValidateSubscriptionQuotaBegin |
Gets the ValidateSubscriptionQuotaBegin. |
| ValidateSubscriptionQuotaEnd |
Gets the ValidateSubscriptionQuotaEnd. |
Methods
| Name | Description |
|---|---|
| Equals(StorageTaskProvisioningState) |
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(StorageTaskProvisioningState, StorageTaskProvisioningState) |
Determines if two StorageTaskProvisioningState values are the same. |
| Implicit(String to Nullable<StorageTaskProvisioningState>) | |
| Implicit(String to StorageTaskProvisioningState) |
Converts a string to a StorageTaskProvisioningState. |
| Inequality(StorageTaskProvisioningState, StorageTaskProvisioningState) |
Determines if two StorageTaskProvisioningState values are not the same. |