Interface KubernetesClusterAgentPool.DefinitionStages.Blank<ParentT>
- Type Parameters:
ParentT
- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Definition<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.DefinitionStages
@Beta(V1_15_0)
public static interface KubernetesClusterAgentPool.DefinitionStages.Blank<ParentT>
The first stage of a container service agent pool definition allowing to specify the agent virtual machine size.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the size of the virtual machines to be used as agents.
-
Method Details
-
withVirtualMachineSize
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withVirtualMachineSize(ContainerServiceVMSizeTypes vmSize) Specifies the size of the virtual machines to be used as agents.- Parameters:
vmSize
- the size of each virtual machine in the agent pool- Returns:
- the next stage of the definition
-