| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancingRule.UpdateDefinition<ReturnT>
The entirety of a load balancing rule definition as part of a load balancer update.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT> |
LoadBalancingRule.UpdateDefinitionStages.WithBackend.toBackend(String backendName)
Specifies a backend on this load balancer to send network traffic to.
|
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.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/