次の方法で共有


IWithApplicationGateway インターフェイス

定義

ネットワーク インターフェイス IP 構成更新のステージ。この IP 構成を関連付けるロード バランサーを指定できます。

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

メソッド

WithExistingApplicationGatewayBackend(IApplicationGateway, String)

この IP 構成を関連付けるアプリケーション ゲートウェイ バックエンドを指定します。

(継承元 IWithApplicationGatewayBeta)
WithoutApplicationGatewayBackends()

アプリケーション ゲートウェイ バックエンドとの既存の関連付けをすべて削除します。

(継承元 IWithApplicationGatewayBeta)

適用対象