KeyVaultProvisioningState 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 of the vault.
public readonly struct KeyVaultProvisioningState : IEquatable<Azure.ResourceManager.KeyVault.Models.KeyVaultProvisioningState>
type KeyVaultProvisioningState = struct
Public Structure KeyVaultProvisioningState
Implements IEquatable(Of KeyVaultProvisioningState)
- Inheritance
-
KeyVaultProvisioningState
- Implements
Constructors
KeyVaultProvisioningState(String) |
Initializes a new instance of KeyVaultProvisioningState. |
Properties
RegisteringDns |
RegisteringDns. |
Succeeded |
Succeeded. |
Methods
Equals(KeyVaultProvisioningState) |
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(KeyVaultProvisioningState, KeyVaultProvisioningState) |
Determines if two KeyVaultProvisioningState values are the same. |
Implicit(String to KeyVaultProvisioningState) |
Converts a string to a KeyVaultProvisioningState. |
Inequality(KeyVaultProvisioningState, KeyVaultProvisioningState) |
Determines if two KeyVaultProvisioningState values are not the same. |
Applies to
Azure SDK for .NET