KubernetesCluster.UpdateStages.WithAgentPool Interface
public static interface KubernetesCluster.UpdateStages.WithAgentPool
The stage of the Kubernetes cluster update definition allowing to specify the agent poll in the cluster.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Blank<> |
defineAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster. |
abstract Update<> |
updateAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster. |
abstract Update |
withoutAgentPool(String name)
Removes an agent pool profile from the Kubernetes cluster. |
Method Details
defineAgentPool
public abstract KubernetesClusterAgentPool.DefinitionStages.Blank defineAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
Parameters:
Returns:
updateAgentPool
public abstract KubernetesClusterAgentPool.Update updateAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
Parameters:
Returns:
withoutAgentPool
public abstract KubernetesCluster.Update withoutAgentPool(String name)
Removes an agent pool profile from the Kubernetes cluster.
Parameters:
Returns:
Applies to
Azure SDK for Java