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