你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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