Partager via


IWithGeographicLocation<ParentT>.WithGeographicLocation Méthode

Définition

Surcharges

WithGeographicLocation(IGeographicLocation)

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

WithGeographicLocation(String)

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

WithGeographicLocation(IGeographicLocation)

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

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.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.UpdateDefinition.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 une méthode de routage géographique.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<ParentT> WithGeographicLocation (string geographicLocationCode);
abstract member WithGeographicLocation : string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithGeographicLocation (geographicLocationCode As String) As IWithAttach(Of ParentT)

Paramètres

geographicLocationCode
String

Code d’emplacement géographique.

Retours

S’applique à