Freigeben über


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

Name Description
CloudHsmClusterProvisioningState(String)

Initializes a new instance of CloudHsmClusterProvisioningState.

Properties

Name Description
Canceled

Canceled.

Deleting

Deleting.

Failed

Failed.

Provisioning

Provisioning.

Succeeded

Succeeded.

Updating

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.

Inequality(CloudHsmClusterProvisioningState, CloudHsmClusterProvisioningState)

Determines if two CloudHsmClusterProvisioningState values are not the same.

Applies to