Interface TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>
- Type Parameters:
ParentT
- the return type ofAttachable.InDefinition.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.Definition<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.DefinitionStages
public static interface TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>
The stage of the traffic manager endpoint definition allowing to specify the location of the nested
profile endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionfromRegion
(Region region) Specifies the location of the endpoint that will be used when the parent profile is configured with Performance routing methodTrafficRoutingMethod.PERFORMANCE
.
-
Method Details
-
fromRegion
Specifies the location of the endpoint that will be used when the parent profile is configured with Performance routing methodTrafficRoutingMethod.PERFORMANCE
.- Parameters:
region
- the location- Returns:
- the next stage of the definition
-