Compartilhar via


IWithOSType<ParentT>.WithOSType(OSType) Método

Definição

Tipo de sistema operacional a ser usado para cada máquina virtual no pool de agentes. O padrão é Linux.

public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<ParentT> WithOSType (Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType osType);
abstract member WithOSType : Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<'ParentT>
Public Function WithOSType (osType As OSType) As IWithAttach(Of ParentT)

Parâmetros

osType
OSType

Tipo de sistema operacional a ser usado para cada máquina virtual no pool de agentes.

Retornos

Aplica-se a