IWithInstanceCount インターフェイス

定義

アプリケーション ゲートウェイの容量 (インスタンス数) を指定できるアプリケーション ゲートウェイ定義のステージ。

public interface IWithInstanceCount
type IWithInstanceCount = interface
Public Interface IWithInstanceCount
派生

メソッド

WithAutoscale(Int32, Int32)

最小および最大自動スケール バインドを指定します。

WithInstanceCount(Int32)

アプリケーション ゲートウェイの容量 (インスタンス数) を指定します。 既定では、1 つのインスタンスが使用されます。

適用対象