次の方法で共有


SystemAssignedServiceIdentity.TenantId プロパティ

定義

システム割り当て ID のテナント ID を取得します。 このプロパティは、システム割り当て ID に対してのみ提供されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象