TenantIdDescription.TenantCategory プロパティ

定義

テナントのカテゴリを取得します。 使用可能な値は、'Home'、'ProjectedBy'、'ManagedBy' です。

[Newtonsoft.Json.JsonProperty(PropertyName="tenantCategory")]
public Microsoft.Azure.Management.ResourceManager.Models.TenantCategory? TenantCategory { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tenantCategory")>]
member this.TenantCategory : Nullable<Microsoft.Azure.Management.ResourceManager.Models.TenantCategory>
Public ReadOnly Property TenantCategory As Nullable(Of TenantCategory)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象