CloudHsmClusterPrivateEndpointConnectionProvisioningState Struct

Definition

The current provisioning state.

public readonly struct CloudHsmClusterPrivateEndpointConnectionProvisioningState : IEquatable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProvisioningState>
type CloudHsmClusterPrivateEndpointConnectionProvisioningState = struct
Public Structure CloudHsmClusterPrivateEndpointConnectionProvisioningState
Implements IEquatable(Of CloudHsmClusterPrivateEndpointConnectionProvisioningState)
Inheritance
CloudHsmClusterPrivateEndpointConnectionProvisioningState
Implements

Constructors

CloudHsmClusterPrivateEndpointConnectionProvisioningState(String)

Initializes a new instance of CloudHsmClusterPrivateEndpointConnectionProvisioningState.

Properties

Canceled

Canceled.

Creating

Creating.

Deleting

Deleting.

Failed

Failed.

InternalError

InternalError.

Succeeded

Succeeded.

Updating

Updating.

Methods

Equals(CloudHsmClusterPrivateEndpointConnectionProvisioningState)

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(CloudHsmClusterPrivateEndpointConnectionProvisioningState, CloudHsmClusterPrivateEndpointConnectionProvisioningState)

Determines if two CloudHsmClusterPrivateEndpointConnectionProvisioningState values are the same.

Implicit(String to CloudHsmClusterPrivateEndpointConnectionProvisioningState)

Converts a String to a CloudHsmClusterPrivateEndpointConnectionProvisioningState.

Inequality(CloudHsmClusterPrivateEndpointConnectionProvisioningState, CloudHsmClusterPrivateEndpointConnectionProvisioningState)

Determines if two CloudHsmClusterPrivateEndpointConnectionProvisioningState values are not the same.

Applies to