ManagedHsmProvisioningState Enum
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 enum ManagedHsmProvisioningState
type ManagedHsmProvisioningState =
Public Enum ManagedHsmProvisioningState
- Inheritance
-
ManagedHsmProvisioningState
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | The managed HSM Pool has been full provisioned. |
Provisioning | 1 | The managed HSM Pool is currently being provisioned. |
Failed | 2 | Provisioning of the managed HSM Pool has failed. |
Updating | 3 | The managed HSM Pool is currently being updated. |
Deleting | 4 | The managed HSM Pool is currently being deleted. |
Activated | 5 | The managed HSM pool is ready for normal use. |
SecurityDomainRestore | 6 | The managed HSM pool is waiting for a security domain restore action. |
Restoring | 7 | The managed HSM pool is being restored from full HSM backup. |