Compartir a través de


CertificateInner.KeyVaultSecretStatus Propiedad

Definición

Obtiene el estado del secreto de Key Vault. Entre los valores posibles se incluyen: 'Initialized', 'WaitingOnCertificateOrder', 'Succeeded', 'CertificateOrderFailed', 'OperationNotPermittedOnKeyVault', 'AzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultDoesNotExist', 'KeyVaultSecretDoesNotExist', 'UnknownError', 'ExternalPrivateKey', 'Unknown'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.keyVaultSecretStatus")]
public Microsoft.Azure.Management.AppService.Fluent.Models.KeyVaultSecretStatus? KeyVaultSecretStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.keyVaultSecretStatus")>]
member this.KeyVaultSecretStatus : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.KeyVaultSecretStatus>
Public ReadOnly Property KeyVaultSecretStatus As Nullable(Of KeyVaultSecretStatus)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a