次の方法で共有


AppServiceCertificate.ProvisioningState プロパティ

定義

Key Vault シークレットの状態を取得します。 使用できる値は、'Initialized'、'WaitingOnCertificateOrder'、'Succeeded'、'CertificateOrderFailed'、'OperationNotPermittedOnKeyVault'、'AzureServiceUnauthorizedToAccessKeyVault'、'KeyVaultDoesNotExist'、'KeyVaultSecretDoesNotExist'、'UnknownError'、'ExternalPrivateKey'、'Unknown' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象