KubernetesClusterAgentPool.DefinitionStages.WithOSType<ParentT> Interface

Type Parameters

ParentT

the stage of the container service definition to return to after attaching this definition

public static interface KubernetesClusterAgentPool.DefinitionStages.WithOSType

The stage of a container service agent pool definition allowing to specify the agent pool OS type.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withOSType(OSType osType)

OS type to be used for each virtual machine in the agent pool.

Method Details

withOSType

public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach 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

Applies to