Compartir a través de


IWithApplicationGatewayBeta<ParentT>.WithExistingApplicationGatewayBackend Método

Definición

Especifica el back-end de application Gateway con el que asociar esta configuración de 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)

Parámetros

appGateway
IApplicationGateway

Una puerta de enlace de aplicaciones existente.

backendName
String

Nombre de un back-end existente en la puerta de enlace de aplicaciones.

Devoluciones

Se aplica a