Interface NicIPConfiguration.UpdateDefinitionStages
-
- Enclosing interface:
- NicIPConfiguration
public static interface NicIPConfiguration.UpdateDefinitionStagesGrouping of network interface IP configuration definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNicIPConfiguration.UpdateDefinitionStages.Blank<ParentT>The first stage of network interface IP configuration definition.static interfaceNicIPConfiguration.UpdateDefinitionStages.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.UpdateDefinitionStages.WithAttach<ParentT>The final stage of network interface IP configuration.static interfaceNicIPConfiguration.UpdateDefinitionStages.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.UpdateDefinitionStages.WithNetwork<ParentT>The stage of the network interface IP configuration definition allowing to specify the virtual network.static interfaceNicIPConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>The stage of the network interface IP configuration definition allowing to specify private IP address within a virtual network subnet.static interfaceNicIPConfiguration.UpdateDefinitionStages.WithPublicIPAddress<ParentT>The stage of the network interface IP configuration definition allowing to associate it with a public IP address.static interfaceNicIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>The stage of the network interface IP configuration definition allowing to specify subnet.
-