TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT> Interface

Type Parameters

ParentT

the return type of attach()

public interface WithSourceTrafficRegionThenThreshold

The stage of the traffic manager endpoint definition allowing to specify the location of the nested profile endpoint.

Method Summary

Modifier and Type Method and Description
TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold<ParentT> fromRegion(Region region)

Specifies the location of the endpoint that will be used when the parent profile is configured with Performance routing method PERFORMANCE.

Method Details

fromRegion

public WithEndpointThreshold fromRegion(Region region)

Specifies the location of the endpoint that will be used when the parent profile is configured with Performance routing method PERFORMANCE.

Parameters:

region - the location

Returns:

the next stage of the definition

Applies to