次の方法で共有


EncryptionKeyVaultProperties.KeyState プロパティ

定義

指定されたキーの状態を取得します。 使用可能な値は、'Connected'、'AccessDenied' です。

[Newtonsoft.Json.JsonProperty(PropertyName="keyState")]
public string KeyState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyState")>]
member this.KeyState : string
Public ReadOnly Property KeyState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象