ParentT - the return type of Attachable.InDefinition.attach()public static interface TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority<ParentT>
| Modifier and Type | Method and Description |
|---|---|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
withRoutingPriority(int priority)
Specifies the priority for the endpoint that will be used when the parent profile is configured with
Priority routing method
TrafficRoutingMethod.PRIORITY. |
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> withRoutingPriority(int priority)
TrafficRoutingMethod.PRIORITY.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.
*/