TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

public static interface TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<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.DefinitionStages.WithAttach 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