NetworkPeering |
NetworkPeerings.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.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.
|
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.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.
|
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.
|
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.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName) |
Assigns the specified subnet to this private frontend of the 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.
|
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.
|
NetworkPeering.DefinitionStages.WithCreate |
NetworkPeering.DefinitionStages.WithRemoteNetwork.withRemoteNetwork(Network network) |
Specifies the remote network to peer with.
|