Interface NicIpConfiguration.UpdateStages.WithApplicationGateway
-
- All Known Subinterfaces:
NicIpConfiguration.Update
- Enclosing interface:
- NicIpConfiguration.UpdateStages
public static interface NicIpConfiguration.UpdateStages.WithApplicationGatewayThe stage of the network interface IP configuration update 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.UpdatewithExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName)Specifies the application gateway backend to associate this IP configuration with.NicIpConfiguration.UpdatewithoutApplicationGatewayBackends()Removes all existing associations with application gateway backends.
-
-
-
Method Detail
-
withExistingApplicationGatewayBackend
NicIpConfiguration.Update 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 update
-
withoutApplicationGatewayBackends
NicIpConfiguration.Update withoutApplicationGatewayBackends()
Removes all existing associations with application gateway backends.- Returns:
- the next stage of the update
-
-