Interface ContainerService.DefinitionStages.WithAgentPool
- All Known Subinterfaces:
ContainerService.Definition
- Enclosing interface:
- ContainerService.DefinitionStages
public static interface ContainerService.DefinitionStages.WithAgentPool
The stage of the container service definition allowing to specify an agent pool profile.
-
Method Summary
Modifier and TypeMethodDescriptiondefineAgentPool
(String name) Begins the definition of a agent pool profile to be attached to the container service.
-
Method Details
-
defineAgentPool
ContainerServiceAgentPool.DefinitionStages.Blank<ContainerService.DefinitionStages.WithCreate> defineAgentPool(String name) 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
-