Uses of Interface
com.azure.resourcemanager.network.models.NetworkInterface.DefinitionStages.WithPrimaryPrivateIP
Packages that use NetworkInterface.DefinitionStages.WithPrimaryPrivateIP
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkInterface.DefinitionStages.WithPrimaryPrivateIP in com.azure.resourcemanager.network.models
Subinterfaces of NetworkInterface.DefinitionStages.WithPrimaryPrivateIP in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the network interface definition.Methods in com.azure.resourcemanager.network.models that return NetworkInterface.DefinitionStages.WithPrimaryPrivateIPModifier and TypeMethodDescriptionNetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(Creatable<Network> creatable) Create a new virtual network to associate with the network interface's primary IP configuration, based on the provided definition.NetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(String addressSpace) Creates a new virtual network to associate with the network interface's primary IP configuration.NetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(String name, String addressSpace) Creates a new virtual network to associate with the network interface's primary IP configuration.NetworkInterface.DefinitionStages.WithPrimaryNetworkSubnet.withSubnet(String name) Associate a subnet with the network interface's primary IP configuration.