TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT> Interface
Type Parameters
- ParentT
the return type of WithAttach#attach()
public static interface TrafficManagerEndpoint.DefinitionStages.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 |
---|---|
abstract
With |
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.WithEndpointThreshold
Specifies the location of the endpoint that will be used when the parent profile is configured with Performance routing method PERFORMANCE.
Parameters:
Returns:
Applies to
Azure SDK for Java