次の方法で共有


IWithApplicationGatewayBeta<ParentT>.WithExistingApplicationGatewayBackend メソッド

定義

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

public Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Definition.IWithAttach<ParentT> WithExistingApplicationGatewayBackend (Microsoft.Azure.Management.Network.Fluent.IApplicationGateway appGateway, string backendName);
abstract member WithExistingApplicationGatewayBackend : Microsoft.Azure.Management.Network.Fluent.IApplicationGateway * string -> Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.Definition.IWithAttach<'ParentT>
Public Function WithExistingApplicationGatewayBackend (appGateway As IApplicationGateway, backendName As String) As IWithAttach(Of ParentT)

パラメーター

appGateway
IApplicationGateway

既存のアプリケーション ゲートウェイ。

backendName
String

アプリケーション ゲートウェイ上の既存のバックエンドの名前。

戻り値

適用対象