Uses of Interface
com.azure.resourcemanager.network.models.Network
Packages that use Network
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Network in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NetworkModifier and TypeMethodDescriptiondefault NetworkNetworks.getByResourceGroup(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the information aboutNetworkbased on the resource name and the name of its resource group.NicIpConfigurationBase.getNetwork()Gets the virtual network associated with this IP configuration.NetworkPeering.getRemoteNetwork()Gets the remote network.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkModifier and TypeMethodDescriptionNetworkPeering.getRemoteNetworkAsync()Gets the remote network associated with this peering asynchronously.Methods in com.azure.resourcemanager.network.models with parameters of type NetworkModifier and TypeMethodDescriptionHasFrontend.DefinitionStages.WithFrontend.fromExistingSubnet(Network network, String subnetName) Specifies an existing private subnet to receive network traffic from.HasFrontend.UpdateDefinitionStages.WithFrontend.fromExistingSubnet(Network network, String subnetName) Specifies an existing private subnet to receive network traffic from.NetworkPeerings.getByRemoteNetwork(Network network) Finds the peering, if any, that is associated with the specified network.NetworkPeerings.getByRemoteNetworkAsync(Network network) Asynchronously finds the peering, if any, that is associated with the specified network.NicIpConfiguration.DefinitionStages.WithNetwork.withExistingNetwork(Network network) Associate an existing virtual network with the network interface IP configuration.NicIpConfiguration.UpdateDefinitionStages.WithNetwork.withExistingNetwork(Network network) Associate an existing virtual network with the network interface IP configuration.VirtualNetworkGateway.DefinitionStages.WithNetwork.withExistingNetwork(Network network) Associate an existing virtual network with the virtual network gateway.NetworkInterface.DefinitionStages.WithPrimaryNetwork.withExistingPrimaryNetwork(Network network) Associate an existing virtual network with the network interface's primary IP configuration.ApplicationGateway.DefinitionStages.WithExistingSubnet.withExistingSubnet(Network network, String subnetName) Specifies the subnet the application gateway gets its private IP address from.ApplicationGateway.UpdateStages.WithExistingSubnet.withExistingSubnet(Network network, String subnetName) Specifies the subnet the application gateway gets its private IP address from.ApplicationGatewayFrontend.DefinitionStages.WithSubnet.withExistingSubnet(Network network, String subnetName) Assigns the specified subnet to this private frontend.ApplicationGatewayFrontend.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network, String subnetName) Assigns the specified subnet to this private frontend.ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet.withExistingSubnet(Network network, String subnetName) Specifies an existing subnet the application gateway should be part of and get its private IP address from.ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network, String subnetName) Specifies an existing subnet the application gateway should be part of and get its private IP address from.ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Network network, String subnetName) Specifies an existing subnet the application gateway should be part of and get its private IP address from.LoadBalancerPrivateFrontend.DefinitionStages.WithSubnet.withExistingSubnet(Network network, String subnetName) Assigns the specified subnet to this private frontend of an internal load balancer.LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network, String subnetName) Assigns the specified subnet to this private frontend of the internal load balancer.LoadBalancerPrivateFrontend.UpdateStages.WithSubnet.withExistingSubnet(Network network, String subnetName) Assigns the specified subnet to this private frontend of the internal load balancer.VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithSubnet.withExistingSubnet(Network network, String subnetName) Specifies an existing subnet the virtual network gateway should be part of and get its private IP address from.NetworkPeering.DefinitionStages.WithRemoteNetwork.withRemoteNetwork(Network network) Specifies the remote network to peer with.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkModifier 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.UpdateDefinitionStages.WithNetwork.withNewNetwork(Creatable<Network> creatable) Create a new virtual network to associate with the network interface IP configuration, based on the provided definition.VirtualNetworkGateway.DefinitionStages.WithNetwork.withNewNetwork(Creatable<Network> creatable) Create a new virtual network to associate with the virtual network gateway, based on the provided definition.NetworkInterface.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.