KubernetesCluster.DefinitionStages.WithAgentPool Interface
public static interface KubernetesCluster.DefinitionStages.WithAgentPool
The stage of the Kubernetes cluster definition allowing to specify an agent pool profile.
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. |
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:
name
- the name for the agent pool profile
Returns:
the stage representing configuration for the agent pool profile
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java