Uses of Interface
com.azure.resourcemanager.network.models.NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP
-
Packages that use NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP in com.azure.resourcemanager.network.models
Subinterfaces of NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceNicIpConfiguration.UpdateDefinition<ParentT>The entirety of a network interface IP configuration definition as part of a network interface update.Methods in com.azure.resourcemanager.network.models that return NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP Modifier and Type Method Description NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>NicIpConfiguration.UpdateDefinitionStages.WithNetwork. withNewNetwork(Creatable<Network> creatable)Create a new virtual network to associate with the network interface IP configuration, based on the provided definition.NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>NicIpConfiguration.UpdateDefinitionStages.WithNetwork. withNewNetwork(String addressSpace)Creates a new virtual network to associate with the network interface IP configuration.NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>NicIpConfiguration.UpdateDefinitionStages.WithNetwork. withNewNetwork(String name, String addressSpace)Creates a new virtual network to associate with the network interface IP configuration.NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT>NicIpConfiguration.UpdateDefinitionStages.WithSubnet. withSubnet(String name)Associate a subnet with the network interface IP configuration.
-