| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 © 2020 Microsoft Corporation. All rights reserved.