ContainerService.DefinitionStages.WithAgentPool Interface
public interface WithAgentPool
The stage of the container service definition allowing to specify an agent pool profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
ContainerServiceAgentPool.DefinitionStages.Blank<Container |
defineAgentPool(String name)
Begins the definition of a agent pool profile to be attached to the container service. |
Method Details
defineAgentPool
public ContainerServiceAgentPool.DefinitionStages.Blank
Begins the definition of a agent pool profile to be attached to the container service.
Parameters:
name
- the name for the agent pool profile
Returns:
the stage representing configuration for the agent pool profile
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java