Interface KubernetesClusterAgentPool.Update<ParentT>
-
- All Superinterfaces:
KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode<ParentT>,KubernetesClusterAgentPool.UpdateStages.WithAgentPoolVirtualMachineCount<ParentT>,KubernetesClusterAgentPool.UpdateStages.WithAutoScaling<ParentT>,KubernetesClusterAgentPool.UpdateStages.WithDiskType<ParentT>,KubernetesClusterAgentPool.UpdateStages.WithTags<ParentT>,Settable<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool
public static interface KubernetesClusterAgentPool.Update<ParentT> extends Settable<ParentT>, KubernetesClusterAgentPool.UpdateStages.WithAgentPoolVirtualMachineCount<ParentT>, KubernetesClusterAgentPool.UpdateStages.WithAutoScaling<ParentT>, KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode<ParentT>, KubernetesClusterAgentPool.UpdateStages.WithDiskType<ParentT>, KubernetesClusterAgentPool.UpdateStages.WithTags<ParentT>
The template for an update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode
withAgentPoolMode
-
Methods inherited from interface com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.UpdateStages.WithAgentPoolVirtualMachineCount
withAgentPoolVirtualMachineCount
-
Methods inherited from interface com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.UpdateStages.WithAutoScaling
withAutoScaling, withoutAutoScaling
-
Methods inherited from interface com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.UpdateStages.WithDiskType
withKubeletDiskType
-
Methods inherited from interface com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.UpdateStages.WithTags
withoutTag, withTag, withTags
-
-