| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectivityCheck.DefinitionStages.WithExecute |
ConnectivityCheck.DefinitionStages.FromSourceVirtualMachine.fromSourceVirtualMachine(HasNetworkInterfaces vm) |
LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT> |
LoadBalancingRule.DefinitionStages.WithVirtualMachine.toExistingVirtualMachines(HasNetworkInterfaces... vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to a new back end address pool to be associated with this load balancing rule.
|
LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT> |
LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine.toExistingVirtualMachines(HasNetworkInterfaces... vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to a new back end address pool to be associated with this load balancing rule.
|
ConnectionMonitor.DefinitionStages.WithDestinationPort |
ConnectionMonitor.DefinitionStages.WithDestination.withDestination(HasNetworkInterfaces vm) |
LoadBalancerBackend.DefinitionStages.WithAttach<ReturnT> |
LoadBalancerBackend.DefinitionStages.WithVirtualMachine.withExistingVirtualMachines(HasNetworkInterfaces... vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to this backend address pool.
|
LoadBalancerBackend.UpdateDefinitionStages.WithAttach<ReturnT> |
LoadBalancerBackend.UpdateDefinitionStages.WithVirtualMachine.withExistingVirtualMachines(HasNetworkInterfaces... vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to this back end address pool.
|
ConnectionMonitor.DefinitionStages.WithDestination |
ConnectionMonitor.DefinitionStages.WithSource.withSource(HasNetworkInterfaces vm) |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT> |
LoadBalancingRule.DefinitionStages.WithVirtualMachine.toExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to a new back end address pool to be associated with this load balancing rule.
|
LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT> |
LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine.toExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to a new back end address pool to be associated with this load balancing rule.
|
LoadBalancerBackend.DefinitionStages.WithAttach<ReturnT> |
LoadBalancerBackend.DefinitionStages.WithVirtualMachine.withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to this backend address pool.
|
LoadBalancerBackend.UpdateDefinitionStages.WithAttach<ReturnT> |
LoadBalancerBackend.UpdateDefinitionStages.WithVirtualMachine.withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to this backend address pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/