你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

群集加载项的配置文件。

返回

适用于