Partager via


IWithGeographicLocation.WithoutGeographicLocation Méthode

Définition

Surcharges

WithoutGeographicLocation(IGeographicLocation)

Spécifie l’emplacement géographique à supprimer des entrées d’emplacement géographique du point de terminaison.

WithoutGeographicLocation(String)

Spécifie l’emplacement géographique à supprimer des entrées d’emplacement géographique du point de terminaison.

WithoutGeographicLocation(IGeographicLocation)

Spécifie l’emplacement géographique à supprimer des entrées d’emplacement géographique du point de terminaison.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate WithoutGeographicLocation (Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation geographicLocation);
abstract member WithoutGeographicLocation : Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithoutGeographicLocation (geographicLocation As IGeographicLocation) As IUpdate

Paramètres

geographicLocation
IGeographicLocation

Emplacement géographique.

Retours

S’applique à

WithoutGeographicLocation(String)

Spécifie l’emplacement géographique à supprimer des entrées d’emplacement géographique du point de terminaison.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate WithoutGeographicLocation (string geographicLocationCode);
abstract member WithoutGeographicLocation : string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithoutGeographicLocation (geographicLocationCode As String) As IUpdate

Paramètres

geographicLocationCode
String

Code d’emplacement géographique.

Retours

S’applique à