Compartir a través de


AppServiceCertificateResourceInner.ProvisioningState 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.provisioningState")]
public Microsoft.Azure.Management.AppService.Fluent.Models.KeyVaultSecretStatus? ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.KeyVaultSecretStatus>
Public ReadOnly Property ProvisioningState As Nullable(Of KeyVaultSecretStatus)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a