次の方法で共有


ManagedClusterInner.AddonProfiles プロパティ

定義

マネージド クラスター アドオンのプロファイルを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象