次の方法で共有


VaultPatchProperties.TenantId プロパティ

定義

キー コンテナーへの要求の認証に使用する必要がある Azure Active Directory テナント ID を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="tenantId")]
public Guid? TenantId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tenantId")>]
member this.TenantId : Nullable<Guid> with get, set
Public Property TenantId As Nullable(Of Guid)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象