IWithGeographicLocation.WithGeographicLocations Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Retours
S’applique à
Azure SDK for .NET