ParentT - the return type of Attachable.InDefinition.attach()public static interface TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT>
| Modifier and Type | Method and Description |
|---|---|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
withRoutingWeight(int weight)
Specifies the weight for the endpoint that will be used when the parent profile is configured with
Weighted routing method
TrafficRoutingMethod.WEIGHTED. |
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> withRoutingWeight(int weight)
TrafficRoutingMethod.WEIGHTED.weight - the endpoint weight/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/