次の方法で共有


IWithMaxPodsCount<ParentT> インターフェイス

定義

ノードで実行できるポッドの最大数を指定できるコンテナー サービス エージェント プール定義のステージ。

public interface IWithMaxPodsCount<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithMaxPodsCount<'ParentT> = interface
    interface IBeta
Public Interface IWithMaxPodsCount(Of ParentT)
Implements IBeta

型パラメーター

ParentT

この定義をアタッチした後に戻るコンテナー サービス定義のステージ。

派生
実装

メソッド

WithMaxPodsCount(Int32)

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

適用対象