NicIPConfiguration.UpdateDefinitionStages.WithApplicationGateway<ParentT> Interface

Type Parameters

ParentT

the stage of the parent network interface update to return to after attaching this definition

public static interface NicIPConfiguration.UpdateDefinitionStages.WithApplicationGateway

The stage of the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)

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

Method Details

withExistingApplicationGatewayBackend

public abstract NicIPConfiguration.UpdateDefinitionStages.WithAttach withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)

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

Parameters:

appGateway - an existing application gateway
backendName - the name of an existing backend on the application gateway

Returns:

the next stage of the definition

Applies to