TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight<ParentT> Interface

Type Parameters

ParentT

the return type of attach()

public interface WithRoutingWeight

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

Method Summary

Modifier and Type Method and Description
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withRoutingWeight(int weight)

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

Method Details

withRoutingWeight

public WithAttach withRoutingWeight(int weight)

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

Parameters:

weight - the endpoint weight

Returns:

the next stage of the definition

Applies to