TrafficManagerEndpoint.DefinitionStages.WithRoutingPriority<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

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

Method Details

withRoutingPriority

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

Specifies the priority for the endpoint that will be used when the parent profile is configured with Priority routing method PRIORITY.

Parameters:

priority - the endpoint priority

Returns:

the next stage of the definition

Applies to