次の方法で共有


IWithAddOnProfilesBeta.WithAddOnProfiles メソッド

定義

クラスターのアドオンのプロファイルを更新します。

public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IUpdate WithAddOnProfiles (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAddonProfile> addOnProfileMap);
abstract member WithAddOnProfiles : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAddonProfile> -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IUpdate
Public Function WithAddOnProfiles (addOnProfileMap As IDictionary(Of String, ManagedClusterAddonProfile)) As IUpdate

パラメーター

addOnProfileMap
IDictionary<String,ManagedClusterAddonProfile>

クラスターのアドオンのプロファイル。

戻り値

適用対象