Share via


IWithApplicationGatewayBeta<ParentT>.WithExistingApplicationGatewayBackend Methode

Definition

Gibt das Anwendungsgateway-Back-End an, dem diese IP-Konfiguration zugeordnet werden soll.

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)

Parameter

appGateway
IApplicationGateway

Ein vorhandenes Anwendungsgateway.

backendName
String

Der Name eines vorhandenen Back-Ends im Anwendungsgateway.

Gibt zurück

Gilt für: