DaprComponentProvisioningState 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.
Provisioning state of the Dapr Component.
public readonly struct DaprComponentProvisioningState : IEquatable<Azure.ResourceManager.AppContainers.Models.DaprComponentProvisioningState>
type DaprComponentProvisioningState = struct
Public Structure DaprComponentProvisioningState
Implements IEquatable(Of DaprComponentProvisioningState)
- Inheritance
-
DaprComponentProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| DaprComponentProvisioningState(String) |
Initializes a new instance of DaprComponentProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Canceled. |
| Deleting |
Deleting. |
| Failed |
Failed. |
| InProgress |
InProgress. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(DaprComponentProvisioningState) |
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(DaprComponentProvisioningState, DaprComponentProvisioningState) |
Determines if two DaprComponentProvisioningState values are the same. |
| Implicit(String to DaprComponentProvisioningState) |
Converts a String to a DaprComponentProvisioningState. |
| Inequality(DaprComponentProvisioningState, DaprComponentProvisioningState) |
Determines if two DaprComponentProvisioningState values are not the same. |