Interface NicIpConfiguration.DefinitionStages
-
- Enclosing interface:
- NicIpConfiguration
public static interface NicIpConfiguration.DefinitionStagesGrouping of network interface IP configuration definition stages applicable as part of a network interface update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNicIpConfiguration.DefinitionStages.Blank<ParentT>The first stage of network interface IP configuration definition.static interfaceNicIpConfiguration.DefinitionStages.WithApplicationGateway<ParentT>The stage of the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with.static interfaceNicIpConfiguration.DefinitionStages.WithAttach<ParentT>The final stage of network interface IP configuration.static interfaceNicIpConfiguration.DefinitionStages.WithLoadBalancer<ParentT>The stage of the network interface IP configuration definition allowing to specify the load balancer to associate this IP configuration with.static interfaceNicIpConfiguration.DefinitionStages.WithNetwork<ParentT>The stage of the network interface IP configuration definition allowing to specify the virtual network.static interfaceNicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT>The stage of the network interface IP configuration definition allowing to specify private IP address within a virtual network subnet.static interfaceNicIpConfiguration.DefinitionStages.WithPublicIPAddress<ParentT>The stage of the network interface IP configuration definition allowing to associate it with a public IP address.static interfaceNicIpConfiguration.DefinitionStages.WithSubnet<ParentT>The stage of the network interface IP configuration definition allowing to specify subnet.
-