ManagedInstanceExternalAdministrator.TenantId プロパティ

定義

管理者のテナント 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

適用対象