Partager via


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

Définition

Type de système d’exploitation à utiliser pour chaque machine virtuelle du pool d’agents. Par défaut, c’est 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)

Paramètres

osType
OSType

Type de système d’exploitation à utiliser pour chaque machine virtuelle du pool d’agents.

Retours

S’applique à