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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>withOSType(OSType osType)OS type to be used for each virtual machine in the agent pool.
-
-
-
Method Detail
-
withOSType
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withOSType(OSType osType)
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
-
-