你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithApplicationGatewayBeta<ParentT>.WithExistingApplicationGatewayBackend 方法

定义

指定要与此 IP 配置关联的应用程序网关后端。

public Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.UpdateDefinition.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.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithExistingApplicationGatewayBackend (appGateway As IApplicationGateway, backendName As String) As IWithAttach(Of ParentT)

参数

appGateway
IApplicationGateway

现有应用程序网关。

backendName
String

应用程序网关上现有后端的名称。

返回

适用于