Interface TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion
-
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateExternalEndpoint,TrafficManagerEndpoint.UpdateNestedProfileEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegionThe stage of the traffic manager endpoint update allowing to specify the location of the external or nested profile endpoints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.UpdatefromRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region location)Specifies the region of the endpoint that will be used when the performance-based routing methodTrafficRoutingMethod.PERFORMANCEis enabled on the profile.
-
-
-
Method Detail
-
fromRegion
TrafficManagerEndpoint.Update fromRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region location)
Specifies the region of the endpoint that will be used when the performance-based routing methodTrafficRoutingMethod.PERFORMANCEis enabled on the profile.- Parameters:
location- the location- Returns:
- the next stage of the endpoint update
-
-