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