ParentT - the return type of Attachable.InDefinition.attach()public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>
| Modifier and Type | Method and Description |
|---|---|
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
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.UpdateDefinitionStages.WithAttach<ParentT> withRoutingPriority(int priority)
TrafficRoutingMethod.PRIORITY enabled on the profile.priority - priority of this endpoint. Possible values are from 1 to 1000, lower
values represent higher priority./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/