次の方法で共有


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

定義

Docker コンテナーをホストするエージェントの数 (Virtual Machines) を指定できるコンテナー サービス エージェント プール定義のステージ。 使用できる値は、1 ~ 100 (両端を含む) の範囲である必要があります。既定値は 1 です。

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

型パラメーター

ParentT

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

派生
実装

メソッド

WithAgentPoolVirtualMachineCount(Int32)

Docker コンテナーをホストするエージェント (Virtual Machines) の数を指定します。

適用対象