public static interface TrafficManagerEndpoint.UpdateStages.WithRoutingWeight
| Modifier and Type | Method and Description |
|---|---|
TrafficManagerEndpoint.Update |
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.Update 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.
*/