Interface KubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT>
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Definition<ParentT>,KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.DefinitionStages
public static interface KubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT>
The stage of a container service agent pool definition allowing to specify the agent pool OS type.
-
Method Summary
Modifier and TypeMethodDescriptionwithOSType(OSType osType) OS type to be used for each virtual machine in the agent pool.
-
Method Details
-
withOSType
OS type to be used for each virtual machine in the agent pool.Default is Linux.
- Parameters:
osType- OS type to be used for each virtual machine in the agent pool- Returns:
- the next stage of the definition
-