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