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 priority for the endpoint that will be used when the parent profile is configured with Priority routing method TrafficRoutingMethod.PRIORITY.

Applies to