| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Network |
NicIpConfigurationBase.getNetwork() |
Network |
NetworkPeering.getRemoteNetwork() |
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
HasFrontend.DefinitionStages.WithFrontend.fromExistingSubnet(Network network,
String subnetName)
Specifies an existing private subnet to receive network traffic from.
|
ReturnT |
HasFrontend.UpdateDefinitionStages.WithFrontend.fromExistingSubnet(Network network,
String subnetName)
Specifies an existing private subnet to receive network traffic from.
|
NetworkPeering |
NetworkPeerings.getByRemoteNetwork(Network network)
Finds the peering, if any, that is associated with the specified network.
|
Mono<NetworkPeering> |
NetworkPeerings.getByRemoteNetworkAsync(Network network)
Asynchronously finds the peering, if any, that is associated with the specified network.
|
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.
|
VirtualNetworkGateway.DefinitionStages.WithGatewayType |
VirtualNetworkGateway.DefinitionStages.WithNetwork.withExistingNetwork(Network network)
Associate an existing virtual network with the virtual network gateway.
|
NetworkInterface.DefinitionStages.WithPrimaryNetworkSubnet |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withExistingPrimaryNetwork(Network network)
Associate an existing virtual network with the network interface's primary IP configuration.
|
ApplicationGateway.DefinitionStages.WithCreate |
ApplicationGateway.DefinitionStages.WithExistingSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies the subnet the application gateway gets its private IP address from.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithExistingSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies the subnet the application gateway gets its private IP address from.
|
ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayFrontend.DefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend.
|
ApplicationGatewayFrontend.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayFrontend.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend.
|
VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT> |
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.
|
LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT> |
LoadBalancerPrivateFrontend.DefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of an internal load balancer.
|
LoadBalancerPrivateFrontend.Update |
LoadBalancerPrivateFrontend.UpdateStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of the internal load balancer.
|
LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of the internal load balancer.
|
ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT> |
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.Update |
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.
|
ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
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.
|
NetworkPeering.DefinitionStages.WithCreate |
NetworkPeering.DefinitionStages.WithRemoteNetwork.withRemoteNetwork(Network network)
Specifies the remote network to peer with.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.