次の方法で共有


DatabaseAccountGetResults.DefaultIdentity プロパティ

定義

カスタマー マネージド キーなどの機能で使用されるキー コンテナーにアクセスするための既定の ID を取得または設定します。 既定の ID は、ユーザーが明示的に設定する必要があります。 "FirstPartyIdentity"、"SystemAssignedIdentity" などを指定できます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultIdentity")]
public string DefaultIdentity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultIdentity")>]
member this.DefaultIdentity : string with get, set
Public Property DefaultIdentity As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象