ReturnT - the stage of the parent definition to return to after attaching this definitionpublic static interface LoadBalancingRule.UpdateDefinitionStages.WithBackend<ReturnT> extends LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT> |
toBackend(String backendName)
Specifies a backend on this load balancer to send network traffic to.
|
toExistingVirtualMachines, toExistingVirtualMachinesLoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT> toBackend(String backendName)
If a backend with the specified name does not yet exist, it will be created automatically.
backendName - the name of an existing backendCopyright © 2021 Microsoft Corporation. All rights reserved.