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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold<ParentT>fromRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region region)Specifies the location of the endpoint that will be used when the parent profile is configured with Performance routing methodTrafficRoutingMethod.PERFORMANCE.
-
-
-
Method Detail
-
fromRegion
TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold<ParentT> fromRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
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
-
-