Interface NicIpConfiguration.UpdateDefinitionStages.WithApplicationGateway<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent network interface update to return to after attaching this definition
- All Known Subinterfaces:
NicIpConfiguration.UpdateDefinition<ParentT>,NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- NicIpConfiguration.UpdateDefinitionStages
public static interface NicIpConfiguration.UpdateDefinitionStages.WithApplicationGateway<ParentT>The stage of the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT>withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)Specifies the application gateway backend to associate this IP configuration with.
-
-
-
Method Detail
-
withExistingApplicationGatewayBackend
NicIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT> withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)
Specifies the application gateway backend to associate this IP configuration with.- Parameters:
appGateway- an existing application gatewaybackendName- the name of an existing backend on the application gateway- Returns:
- the next stage of the definition
-
-