IWithGeographicLocation.WithGeographicLocations 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
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