TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

public static interface TrafficManagerEndpoint.DefinitionStages.WithRoutingWeight

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withRoutingWeight(int weight)

Specifies the weight for the endpoint that will be used when the parent profile is configured with Weighted routing method WEIGHTED.

Method Details

withRoutingWeight

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach withRoutingWeight(int weight)

Specifies the weight for the endpoint that will be used when the parent profile is configured with Weighted routing method WEIGHTED.

Parameters:

weight - the endpoint weight

Returns:

the next stage of the definition

Applies to