次の方法で共有


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

定義

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

public interface IWithApplicationGateway<ParentT> : Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Definition.IWithApplicationGatewayBeta<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplicationGateway<'ParentT> = interface
    interface IWithApplicationGatewayBeta<'ParentT>
    interface IBeta
Public Interface IWithApplicationGateway(Of ParentT)
Implements IBeta, IWithApplicationGatewayBeta(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親ネットワーク インターフェイス定義のステージ。

派生
実装

メソッド

WithExistingApplicationGatewayBackend(IApplicationGateway, String)

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

(継承元 IWithApplicationGatewayBeta<ParentT>)

適用対象