次の方法で共有


ApiKVReference.Status プロパティ

定義

使用可能な値には、'Initialized'、'Resolved'、'InvalidSyntax'、'MSINotEnabled'、'VaultNotFound'、'SecretNotFound'、'SecretVersionNotFound'、'AccessToKeyVaultDenied'、'OtherReasons'、'FetchTimedOut'、'UnauthorizedClient' が含まれます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public Microsoft.Azure.Management.WebSites.Models.ResolveStatus? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : Nullable<Microsoft.Azure.Management.WebSites.Models.ResolveStatus> with get, set
Public Property Status As Nullable(Of ResolveStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象