ManagedHsmPrivateEndpointConnectionProvisioningState 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 current provisioning state.
public readonly struct ManagedHsmPrivateEndpointConnectionProvisioningState : IEquatable<Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateEndpointConnectionProvisioningState>
type ManagedHsmPrivateEndpointConnectionProvisioningState = struct
Public Structure ManagedHsmPrivateEndpointConnectionProvisioningState
Implements IEquatable(Of ManagedHsmPrivateEndpointConnectionProvisioningState)
- Inheritance
-
ManagedHsmPrivateEndpointConnectionProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedHsmPrivateEndpointConnectionProvisioningState(String) |
Initializes a new instance of ManagedHsmPrivateEndpointConnectionProvisioningState. |
Properties
| Name | Description |
|---|---|
| Creating |
Creating. |
| Deleting |
Deleting. |
| Disconnected |
Disconnected. |
| Failed |
Failed. |
| Succeeded |
Succeeded. |
| Updating |
Updating. |
Methods
| Name | Description |
|---|---|
| Equals(ManagedHsmPrivateEndpointConnectionProvisioningState) |
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(ManagedHsmPrivateEndpointConnectionProvisioningState, ManagedHsmPrivateEndpointConnectionProvisioningState) |
Determines if two ManagedHsmPrivateEndpointConnectionProvisioningState values are the same. |
| Implicit(String to ManagedHsmPrivateEndpointConnectionProvisioningState) |
Converts a String to a ManagedHsmPrivateEndpointConnectionProvisioningState. |
| Inequality(ManagedHsmPrivateEndpointConnectionProvisioningState, ManagedHsmPrivateEndpointConnectionProvisioningState) |
Determines if two ManagedHsmPrivateEndpointConnectionProvisioningState values are not the same. |