| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancingRule.Definition<ReturnT>
The entirety of a load balancing rule definition.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT> |
LoadBalancingRule.DefinitionStages.WithBackend.toBackend(String backendName)
Specifies a backend on this load balancer to send network traffic to.
|
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.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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.