IWithAddOnProfiles インターフェイス

定義

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

public interface IWithAddOnProfiles : Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.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)

適用対象