KeyVaultSecretStatus 열거형

정의

KeyVaultSecretStatus에 대한 값을 정의합니다.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum KeyVaultSecretStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type KeyVaultSecretStatus = 
Public Enum KeyVaultSecretStatus
상속
KeyVaultSecretStatus
특성
Newtonsoft.Json.JsonConverterAttribute

필드

AzureServiceUnauthorizedToAccessKeyVault 5
CertificateOrderFailed 3
ExternalPrivateKey 9
Initialized 0
KeyVaultDoesNotExist 6
KeyVaultSecretDoesNotExist 7
OperationNotPermittedOnKeyVault 4
Succeeded 2
Unknown 10
UnknownError 8
WaitingOnCertificateOrder 1

적용 대상