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
CloudHsmClusterProvisioningState(String) |
Initializes a new instance of CloudHsmClusterProvisioningState. |
Properties
Canceled |
Canceled. |
Deleting |
Deleting. |
Failed |
Failed. |
Provisioning |
Provisioning. |
Succeeded |
Succeeded. |
Methods
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
Equality(CloudHsmClusterProvisioningState, CloudHsmClusterProvisioningState) |
Determines if two CloudHsmClusterProvisioningState values are the same. |
Implicit(String to CloudHsmClusterProvisioningState) |
Converts a String to a CloudHsmClusterProvisioningState. |
Inequality(CloudHsmClusterProvisioningState, CloudHsmClusterProvisioningState) |
Determines if two CloudHsmClusterProvisioningState values are not the same. |
Applies to
Azure SDK for .NET