TrafficManagerEndpoint.UpdateStages.WithRoutingPriority Interface

public static interface TrafficManagerEndpoint.UpdateStages.WithRoutingPriority

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

Method Summary

Modifier and Type Method and Description
abstract Update 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.Update 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 - the endpoint priority

Returns:

the next stage of the update

Applies to