Partager via


IWithMaxPodsCount<ParentT>.WithMaxPodsCount(Int32) Méthode

Définition

Spécifie le nombre maximal de pods pouvant s’exécuter sur un nœud.

public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<ParentT> WithMaxPodsCount (int podsCount);
abstract member WithMaxPodsCount : int -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<'ParentT>
Public Function WithMaxPodsCount (podsCount As Integer) As IWithAttach(Of ParentT)

Paramètres

podsCount
Int32

Nombre maximal de pods pouvant s’exécuter sur un nœud.

Retours

S’applique à