ManagedHsmProvisioningState 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.
Provisioning state.
public readonly struct ManagedHsmProvisioningState : IEquatable<Azure.ResourceManager.KeyVault.Models.ManagedHsmProvisioningState>
type ManagedHsmProvisioningState = struct
Public Structure ManagedHsmProvisioningState
Implements IEquatable(Of ManagedHsmProvisioningState)
- Inheritance
-
ManagedHsmProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedHsmProvisioningState(String) |
Initializes a new instance of ManagedHsmProvisioningState. |
Properties
| Name | Description |
|---|---|
| Activated |
The managed HSM pool is ready for normal use. |
| Deleting |
The managed HSM Pool is currently being deleted. |
| Failed |
Provisioning of the managed HSM Pool has failed. |
| Provisioning |
The managed HSM Pool is currently being provisioned. |
| Restoring |
The managed HSM pool is being restored from full HSM backup. |
| SecurityDomainRestore |
The managed HSM pool is waiting for a security domain restore action. |
| Succeeded |
The managed HSM Pool has been full provisioned. |
| Updating |
The managed HSM Pool is currently being updated. |
Methods
| Name | Description |
|---|---|
| Equals(ManagedHsmProvisioningState) |
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(ManagedHsmProvisioningState, ManagedHsmProvisioningState) |
Determines if two ManagedHsmProvisioningState values are the same. |
| Implicit(String to ManagedHsmProvisioningState) |
Converts a String to a ManagedHsmProvisioningState. |
| Inequality(ManagedHsmProvisioningState, ManagedHsmProvisioningState) |
Determines if two ManagedHsmProvisioningState values are not the same. |