Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateDefinition<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.UpdateDefinitionStages
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>The stage of the traffic manager endpoint definition allowing to specify the location of the nested endpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>fromRegion(com.azure.core.management.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.UpdateDefinitionStages.WithEndpointThreshold<ParentT> fromRegion(com.azure.core.management.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
-
-