次の方法で共有


IWithMaxPodsCount<ParentT>.WithMaxPodsCount(Int32) メソッド

定義

ノードで実行できるポッドの最大数を指定します。

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)

パラメーター

podsCount
Int32

ノードで実行できるポッドの最大数。

戻り値

適用対象