次の方法で共有


ManagedClusterAADProfile.TenantID プロパティ

定義

認証に使用する AAD テナント ID を取得または設定します。 指定しない場合、 はデプロイ サブスクリプションのテナントを使用します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象