IWithGeographicLocation<ParentT>.WithGeographicLocation 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
WithGeographicLocation(IGeographicLocation) |
Spécifie 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. |
WithGeographicLocation(String) |
Spécifie 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. |
WithGeographicLocation(IGeographicLocation)
Spécifie 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> WithGeographicLocation (Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation geographicLocation);
abstract member WithGeographicLocation : Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithGeographicLocation (geographicLocation As IGeographicLocation) As IWithAttach(Of ParentT)
Paramètres
- geographicLocation
- IGeographicLocation
Emplacement géographique.
Retours
S’applique à
WithGeographicLocation(String)
Spécifie 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> WithGeographicLocation (string geographicLocationCode);
abstract member WithGeographicLocation : string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithGeographicLocation (geographicLocationCode As String) As IWithAttach(Of ParentT)
Paramètres
- geographicLocationCode
- String
Code d’emplacement géographique.
Retours
S’applique à
Azure SDK for .NET