TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withRoutingPriority(int priority)

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

Method Details

withRoutingPriority

public abstract TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach withRoutingPriority(int priority)

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

Parameters:

priority - priority of this endpoint. Possible values are from 1 to 1000, lower values represent higher priority.

Returns:

the next stage of the definition

Applies to