KeyVaultSecretStatus 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.
Status of the Key Vault secret.
public enum KeyVaultSecretStatus
type KeyVaultSecretStatus =
Public Enum KeyVaultSecretStatus
- Inheritance
-
KeyVaultSecretStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown. |
Initialized | 1 | Initialized. |
WaitingOnCertificateOrder | 2 | WaitingOnCertificateOrder. |
Succeeded | 3 | Succeeded. |
CertificateOrderFailed | 4 | CertificateOrderFailed. |
OperationNotPermittedOnKeyVault | 5 | OperationNotPermittedOnKeyVault. |
AzureServiceUnauthorizedToAccessKeyVault | 6 | AzureServiceUnauthorizedToAccessKeyVault. |
KeyVaultDoesNotExist | 7 | KeyVaultDoesNotExist. |
KeyVaultSecretDoesNotExist | 8 | KeyVaultSecretDoesNotExist. |
UnknownError | 9 | UnknownError. |
ExternalPrivateKey | 10 | ExternalPrivateKey. |
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET