ParentT - the parent load balancer typepublic static interface LoadBalancingRule.DefinitionStages.WithBackend<ParentT>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRule.DefinitionStages.WithBackendPort<ParentT> |
withBackend(String backendName)
Associates the load balancing rule with the specified backend of this load balancer.
|
LoadBalancingRule.DefinitionStages.WithBackendPort<ParentT> withBackend(String backendName)
A backedn with the specified name must already exist on this load balancer.
backendName - the name of an existing backend/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/