TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion Interface
public static interface TrafficManagerEndpoint.UpdateStages.WithSourceTrafficRegion
The stage of the traffic manager endpoint update allowing to specify the location of the external or nested profile endpoints.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
fromRegion(Region location)
Specifies the region of the endpoint that will be used when the performance-based routing method PERFORMANCE is enabled on the profile. |
Method Details
fromRegion
public abstract TrafficManagerEndpoint.Update fromRegion(Region location)
Specifies the region of the endpoint that will be used when the performance-based routing method PERFORMANCE is enabled on the profile.
Parameters:
location
- the location
Returns:
the next stage of the endpoint update
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java