CloudHsmClusterProvisioningState Struct

Definition

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