TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold

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

Method Summary

Modifier and Type Method and Description
abstract 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 abstract TrafficManagerEndpoint.UpdateDefinitionStages.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