IWithRoutingPriority<ParentT>.WithRoutingPriority(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the weight for the endpoint that will be used when priority-based routing method is TrafficRoutingMethod.PRIORITY enabled on the profile.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<ParentT> WithRoutingPriority (int priority);
abstract member WithRoutingPriority : int -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithRoutingPriority (priority As Integer) As IWithAttach(Of ParentT)
Parameters
- priority
- Int32
Priority of this endpoint. Possible values are from 1 to 1000, lower values represent higher priority.