次の方法で共有


IWithSku インターフェイス

定義

SKU を指定できるアプリケーション ゲートウェイ更新のステージ。

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

メソッド

WithSize(ApplicationGatewaySkuName)

選択した層のコンテキスト内で使用するアプリケーション ゲートウェイのサイズを指定します。

WithTier(ApplicationGatewayTier)

アプリケーション ゲートウェイのレベルを設定します。 使用可能な値は、'Standard'、'WAF'、'Standard_v2'、'WAF_v2' です。

適用対象