ParentT - the return type of Attachable.InDefinition.attach()public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight<ParentT>
| Modifier and Type | Method and Description |
|---|---|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
withRoutingWeight(int weight)
Specifies the weight for the endpoint that will be used when the weight-based routing method
TrafficRoutingMethod.WEIGHTED is enabled on the profile. |
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withRoutingWeight(int weight)
TrafficRoutingMethod.WEIGHTED is enabled on the profile.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.
*/