Interface NicIPConfiguration.UpdateStages
-
- Enclosing interface:
- NicIPConfiguration
public static interface NicIPConfiguration.UpdateStagesGrouping of network interface IP configuration update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNicIPConfiguration.UpdateStages.WithApplicationGatewayThe stage of the network interface IP configuration update allowing to specify the load balancer to associate this IP configuration with.static interfaceNicIPConfiguration.UpdateStages.WithLoadBalancerThe stage of the network interface's IP configuration allowing to specify the load balancer to associate this IP configuration with.static interfaceNicIPConfiguration.UpdateStages.WithPrivateIPThe stage of the network interface IP configuration update allowing to specify private IP.static interfaceNicIPConfiguration.UpdateStages.WithPublicIPAddressThe stage of the network interface IP configuration update allowing to specify public IP address.static interfaceNicIPConfiguration.UpdateStages.WithSubnetThe stage of the network interface IP configuration update allowing to specify subnet.
-