IWithApplicationGatewayBeta<ParentT>.WithExistingApplicationGatewayBackend Method

Definition

Specifies the application gateway backend to associate this IP configuration with.

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)

Parameters

appGateway
IApplicationGateway

An existing application gateway.

backendName
String

The name of an existing backend on the application gateway.

Returns

Applies to