Uses of Interface
com.microsoft.azure.management.network.Network
Packages that use Network
Package
Description
This package contains the classes for ComputeManagementClient.
This package contains the classes for NetworkManagementClient.
This package contains the common interfaces for resource models in networking.
-
Uses of Network in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return NetworkMethods in com.microsoft.azure.management.compute with parameters of type NetworkModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithNetwork.withExistingPrimaryNetwork
(Network network) Associates an existing virtual network with the virtual machine's primary network interface.VirtualMachineScaleSet.DefinitionStages.WithNetworkSubnet.withExistingPrimaryNetworkSubnet
(Network network, String subnetName) Associate an existing virtual network subnet with the primary network interface of the virtual machines in the scale set.Method parameters in com.microsoft.azure.management.compute with type arguments of type NetworkModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithNetwork.withNewPrimaryNetwork
(Creatable<Network> creatable) Creates a new virtual network to associate with the virtual machine's primary network interface, based on the provided definition. -
Uses of Network in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NetworkModifier and TypeMethodDescriptionNicIPConfigurationBase.getNetwork()
NetworkPeering.getRemoteNetwork()
Methods in com.microsoft.azure.management.network that return types with arguments of type NetworkModifier and TypeMethodDescriptionrx.Observable<Network>
NetworkPeering.getRemoteNetworkAsync()
Gets the remote network associated with this peering asynchronously.Methods in com.microsoft.azure.management.network with parameters of type NetworkModifier and TypeMethodDescriptionNetworkPeerings.getByRemoteNetwork
(Network network) Finds the peering, if any, that is associated with the specified network.rx.Observable<NetworkPeering>
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.microsoft.azure.management.network 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. -
Uses of Network in com.microsoft.azure.management.network.model
Methods in com.microsoft.azure.management.network.model 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.