IWithGeographicLocation.WithGeographicLocations Method

Definition

Overloads

WithGeographicLocations(IList<IGeographicLocation>)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

WithGeographicLocations(IList<String>)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

WithGeographicLocations(IList<IGeographicLocation>)

Specifies the list of 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 WithGeographicLocations (System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation> geographicLocations);
abstract member WithGeographicLocations : System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithGeographicLocations (geographicLocations As IList(Of IGeographicLocation)) As IUpdate

Parameters

geographicLocations
IList<IGeographicLocation>

The geographic locations.

Returns

Applies to

WithGeographicLocations(IList<String>)

Specifies the list of 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 WithGeographicLocations (System.Collections.Generic.IList<string> geographicLocationCodes);
abstract member WithGeographicLocations : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithGeographicLocations (geographicLocationCodes As IList(Of String)) As IUpdate

Parameters

geographicLocationCodes
IList<String>

The geographic location codes.

Returns

Applies to