| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Network |
NicIpConfiguration.getNetwork() |
| Modifier and Type | Method and Description |
|---|---|
NicIpConfiguration.DefinitionStages.WithSubnet<ParentT> |
NicIpConfiguration.DefinitionStages.WithNetwork.withExistingNetwork(Network network)
Associate an existing virtual network with the network interface IP configuration.
|
NicIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT> |
NicIpConfiguration.UpdateDefinitionStages.WithNetwork.withExistingNetwork(Network network)
Associate an existing virtual network with the network interface IP configuration.
|
NetworkInterface.DefinitionStages.WithPrimaryNetworkSubnet |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withExistingPrimaryNetwork(Network network)
Associate an existing virtual network with the network interface's primary IP configuration.
|
PrivateFrontend.DefinitionStages.WithAttach<ParentT> |
PrivateFrontend.DefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of an internal load balancer.
|
PrivateFrontend.Update |
PrivateFrontend.UpdateStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of the internal load balancer.
|
PrivateFrontend.UpdateDefinitionStages.WithAttach<ParentT> |
PrivateFrontend.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of the internal load balancer.
|
LoadBalancer.DefinitionStages.WithPrivateFrontendOrBackend |
LoadBalancer.DefinitionStages.WithNetworkSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet from the selected network as teh default private frontend of this load balancer,
thereby making the load balancer internal.
|
LoadBalancer.Update |
LoadBalancer.UpdateStages.WithNetworkSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet from the specified network to the default frontend of this load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
NicIpConfiguration.DefinitionStages.WithPrivateIp<ParentT> |
NicIpConfiguration.DefinitionStages.WithNetwork.withNewNetwork(com.microsoft.azure.management.resources.fluentcore.model.Creatable<Network> creatable)
Create a new virtual network to associate with the network interface IP configuration,
based on the provided definition.
|
NicIpConfiguration.UpdateDefinitionStages.WithPrivateIp<ParentT> |
NicIpConfiguration.UpdateDefinitionStages.WithNetwork.withNewNetwork(com.microsoft.azure.management.resources.fluentcore.model.Creatable<Network> creatable)
Create a new virtual network to associate with the network interface IP configuration,
based on the provided definition.
|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIp |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(com.microsoft.azure.management.resources.fluentcore.model.Creatable<Network> creatable)
Create a new virtual network to associate with the network interface's primary IP configuration,
based on the provided definition.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/