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