IWithGeographicLocation.WithGeographicLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithGeographicLocation(IGeographicLocation) |
Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method. |
WithGeographicLocation(String) |
Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method. |
WithGeographicLocation(IGeographicLocation)
Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate WithGeographicLocation (Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation geographicLocation);
abstract member WithGeographicLocation : Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithGeographicLocation (geographicLocation As IGeographicLocation) As IUpdate
Parameters
- geographicLocation
- IGeographicLocation
The geographic location.
Returns
Applies to
WithGeographicLocation(String)
Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate WithGeographicLocation (string geographicLocationCode);
abstract member WithGeographicLocation : string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithGeographicLocation (geographicLocationCode As String) As IUpdate
Parameters
- geographicLocationCode
- String
The geographic location code.