Partager via


IWithGeographicLocation<ParentT>.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 la méthode de routage basée sur la géographie TrafficRoutingMethod.GEOGRAPHIC.

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 la méthode de routage basée sur la géographie TrafficRoutingMethod.GEOGRAPHIC.

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 la méthode de routage basée sur la géographie TrafficRoutingMethod.GEOGRAPHIC.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT> 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.Definition.IWithAttach<'ParentT>
Public Function WithGeographicLocations (geographicLocations As IList(Of IGeographicLocation)) As IWithAttach(Of ParentT)

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 la méthode de routage basée sur la géographie TrafficRoutingMethod.GEOGRAPHIC.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT> WithGeographicLocations (System.Collections.Generic.IList<string> geographicLocationCodes);
abstract member WithGeographicLocations : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithGeographicLocations (geographicLocationCodes As IList(Of String)) As IWithAttach(Of ParentT)

Paramètres

geographicLocationCodes
IList<String>

Codes d’emplacement géographique.

Retours

S’applique à