次の方法で共有


ManagedClusterInner.IdentityProfile プロパティ

定義

クラスターに関連付けられている ID を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.identityProfile")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPropertiesIdentityProfileValue> IdentityProfile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.identityProfile")>]
member this.IdentityProfile : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPropertiesIdentityProfileValue> with get, set
Public Property IdentityProfile As IDictionary(Of String, ManagedClusterPropertiesIdentityProfileValue)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象