共用方式為


IWithRoutingPriority<ParentT> Interface

Definition

The stage of the traffic manager endpoint definition allowing to specify the endpoint priority.

public interface IWithRoutingPriority<ParentT>
type IWithRoutingPriority<'ParentT> = interface
Public Interface IWithRoutingPriority(Of ParentT)

Type Parameters

ParentT

The return type of WithAttach.attach().

Derived

Methods

WithRoutingPriority(Int32)

Specifies the weight for the endpoint that will be used when priority-based routing method is TrafficRoutingMethod.PRIORITY enabled on the profile.

Applies to