CloudHsmClusterProvisioningState 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 Cloud HSM Cluster's provisioningState.
public readonly struct CloudHsmClusterProvisioningState : IEquatable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterProvisioningState>
type CloudHsmClusterProvisioningState = struct
Public Structure CloudHsmClusterProvisioningState
Implements IEquatable(Of CloudHsmClusterProvisioningState)
- Inheritance
-
CloudHsmClusterProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| CloudHsmClusterProvisioningState(String) |
Initializes a new instance of CloudHsmClusterProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Gets the Canceled. |
| Deleting |
Gets the Deleting. |
| Failed |
Gets the Failed. |
| Provisioning |
Gets the Provisioning. |
| Succeeded |
Gets the Succeeded. |
| Updating |
Gets the Updating. |
Methods
| Name | Description |
|---|---|
| Equals(CloudHsmClusterProvisioningState) |
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(CloudHsmClusterProvisioningState, CloudHsmClusterProvisioningState) |
Determines if two CloudHsmClusterProvisioningState values are the same. |
| Implicit(String to CloudHsmClusterProvisioningState) |
Converts a string to a CloudHsmClusterProvisioningState. |
| Implicit(String to Nullable<CloudHsmClusterProvisioningState>) | |
| Inequality(CloudHsmClusterProvisioningState, CloudHsmClusterProvisioningState) |
Determines if two CloudHsmClusterProvisioningState values are not the same. |