IWithRoutingPriority<ParentT>.WithRoutingPriority(Int32) Method

Definition

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.

Returns

Applies to