Partager via


IWithGeographicLocation.WithGeographicLocations Méthode

Définition

Surcharges

WithGeographicLocations(IList<IGeographicLocation>)

Spécifie la liste de l’emplacement géographique du point de terminaison qui sera utilisé lorsque le profil parent est configuré avec une méthode de routage basée sur la géographie.

WithGeographicLocations(IList<String>)

Spécifie la liste de l’emplacement géographique du point de terminaison qui sera utilisé lorsque le profil parent est configuré avec une méthode de routage basée sur la géographie.

WithGeographicLocations(IList<IGeographicLocation>)

Spécifie la liste de l’emplacement géographique du point de terminaison qui sera utilisé lorsque le profil parent est configuré avec une méthode de routage basée sur la géographie.

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

Paramètres

geographicLocations
IList<IGeographicLocation>

Emplacements géographiques.

Retours

S’applique à

WithGeographicLocations(IList<String>)

Spécifie la liste de l’emplacement géographique du point de terminaison qui sera utilisé lorsque le profil parent est configuré avec une méthode de routage basée sur la géographie.

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

Paramètres

geographicLocationCodes
IList<String>

Codes d’emplacement géographique.

Retours

S’applique à