| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerBackend.Definition<ParentT>
The entirety of a load balancer backend definition.
|
static interface |
LoadBalancerBackend.DefinitionStages.Blank<ParentT>
The first stage of a load balancer backend definition.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/