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.
-