IWithGeographicLocation<ParentT>.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 la méthode de routage géographique. |
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 géographique. |
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 géographique.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.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.UpdateDefinition.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 géographique.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<ParentT> WithGeographicLocations (System.Collections.Generic.IList<string> geographicLocationCodes);
abstract member WithGeographicLocations : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithGeographicLocations (geographicLocationCodes As IList(Of String)) As IWithAttach(Of ParentT)
Paramètres
Retours
S’applique à
Azure SDK for .NET