public static interface TrafficManagerEndpoint.UpdateStages.WithRoutingPriority
| Modifier and Type | Method and Description |
|---|---|
TrafficManagerEndpoint.Update |
withRoutingPriority(int priority)
Specifies the weight for the endpoint that will be used when priority-based routing method
is
TrafficRoutingMethod.PRIORITY enabled on the profile. |
TrafficManagerEndpoint.Update withRoutingPriority(int priority)
TrafficRoutingMethod.PRIORITY enabled on the profile.priority - the endpoint priority/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/