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
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>withVirtualMachineSize(ContainerServiceVMSizeTypes vmSize)Specifies the size of the virtual machines to be used as agents.
-
-
-
Method Detail
-
withVirtualMachineSize
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<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
-
-