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