次の方法で共有


IWithApplicationGateway インターフェイス

定義

アプリケーション ゲートウェイを構成できる仮想マシン スケール セットの更新のステージ。

public interface IWithApplicationGateway : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplicationGateway = interface
    interface IBeta
Public Interface IWithApplicationGateway
Implements IBeta
派生
実装

メソッド

WithExistingApplicationGatewayBackendPool(String)

アプリケーション ゲートウェイ バックエンド プールを仮想マシン スケール セットに関連付ける必要があることを指定します。

WithoutApplicationGatewayBackendPool(String)

関連付けられている既存のアプリケーション ゲートウェイを仮想マシン スケール セットから削除する必要があることを指定します。

適用対象