IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The template for an update operation, containing all the settings that can be modified.
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
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithAddOnProfiles(IDictionary<String,ManagedClusterAddonProfile>) |
Updates the cluster's add-on's profiles. (Inherited from IWithAddOnProfilesBeta) |
WithAgentPoolVirtualMachineCount(Int32) |
Updates all the agent pools virtual machine count. (Inherited from IWithUpdateAgentPoolCountBeta) |
WithAgentPoolVirtualMachineCount(String, Int32) |
Updates the agent pool virtual machine count. (Inherited from IWithUpdateAgentPoolCountBeta) |
WithNetworkProfile(ContainerServiceNetworkProfile) |
Updates the cluster's network profile. (Inherited from IWithNetworkProfileBeta) |
WithoutTag(String) |
Removes a tag from the resource. (Inherited from IUpdateWithTags<T>) |
WithoutVirtualNode() |
Removes ACI virtual node. (Inherited from IWithVirtualNode) |
WithRBACDisabled() |
Updates the cluster to specify the Kubernetes Role-Based Access Control is disabled. (Inherited from IWithRBACBeta) |
WithRBACEnabled() |
Updates the cluster to specify the Kubernetes Role-Based Access Control is enabled. (Inherited from IWithRBACBeta) |
WithTag(String, String) |
Adds a tag to the resource. (Inherited from IUpdateWithTags<T>) |
WithTags(IDictionary<String,String>) |
Specifies tags for the resource as a {@link Map}. (Inherited from IUpdateWithTags<T>) |
WithVirtualNode(String) |
Creates a virtual node with ACI. IMPORTANT! This method should be called after 'WithAddOnProfiles'. (Inherited from IWithVirtualNode) |
Applies to
Azure SDK for .NET