Uses of Interface
com.azure.resourcemanager.network.models.NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP
Packages that use NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic 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.WithPrivateIPModifier and TypeMethodDescriptionNicIpConfiguration.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.WithNetwork.withNewNetwork(String addressSpace) Creates a new virtual network to associate with the network interface IP configuration.NicIpConfiguration.UpdateDefinitionStages.WithNetwork.withNewNetwork(String name, String addressSpace) Creates a new virtual network to associate with the network interface IP configuration.NicIpConfiguration.UpdateDefinitionStages.WithSubnet.withSubnet(String name) Associate a subnet with the network interface IP configuration.