IUpdate インターフェイス

定義

変更できるすべての設定を含む更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IWithAddOnProfiles, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IWithNetworkProfile, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IWithRBAC, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IWithUpdateAgentPoolCount, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IWithVirtualNode, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesCluster>
type IUpdate = interface
    interface IWithUpdateAgentPoolCount
    interface IWithUpdateAgentPoolCountBeta
    interface IBeta
    interface IWithAddOnProfiles
    interface IWithAddOnProfilesBeta
    interface IWithNetworkProfile
    interface IWithNetworkProfileBeta
    interface IWithRBAC
    interface IWithRBACBeta
    interface IWithVirtualNode
    interface IUpdateWithTags<IUpdate>
    interface IAppliable<IKubernetesCluster>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of IKubernetesCluster), IBeta, IUpdateWithTags(Of IUpdate), IWithAddOnProfiles, IWithNetworkProfile, IWithRBAC, IWithUpdateAgentPoolCount, IWithVirtualNode
実装

プロパティ

Key

変更できるすべての設定を含む更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithAddOnProfiles(IDictionary<String,ManagedClusterAddonProfile>)

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

(継承元 IWithAddOnProfilesBeta)
WithAgentPoolVirtualMachineCount(Int32)

すべてのエージェント プールの仮想マシン数を更新します。

(継承元 IWithUpdateAgentPoolCountBeta)
WithAgentPoolVirtualMachineCount(String, Int32)

エージェント プールの仮想マシンの数を更新します。

(継承元 IWithUpdateAgentPoolCountBeta)
WithNetworkProfile(ContainerServiceNetworkProfile)

クラスターのネットワーク プロファイルを更新します。

(継承元 IWithNetworkProfileBeta)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithoutVirtualNode()

ACI 仮想ノードを削除します。

(継承元 IWithVirtualNode)
WithRBACDisabled()

クラスターを更新して、Kubernetes Role-Based Access Controlが無効になっていることを指定します。

(継承元 IWithRBACBeta)
WithRBACEnabled()

クラスターを更新して、Kubernetes Role-Based Access Controlが有効になっていることを指定します。

(継承元 IWithRBACBeta)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)
WithVirtualNode(String)

ACI を使用して仮想ノードを作成します。 重要: このメソッドは、'WithAddOnProfiles' の後に呼び出す必要があります。

(継承元 IWithVirtualNode)

適用対象