次の方法で共有


IWithAddOnProfiles インターフェイス

定義

クラスターのアドオンのプロファイルを指定できる Kubernetes クラスター定義のステージ。

public interface IWithAddOnProfiles : Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithAddOnProfilesBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAddOnProfiles = interface
    interface IWithAddOnProfilesBeta
    interface IBeta
Public Interface IWithAddOnProfiles
Implements IBeta, IWithAddOnProfilesBeta
派生
実装

メソッド

WithAddOnProfiles(IDictionary<String,ManagedClusterAddonProfile>)

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

(継承元 IWithAddOnProfilesBeta)

適用対象