Freigeben über


IWithGeographicLocation.WithoutGeographicLocation Methode

Definition

Überlädt

WithoutGeographicLocation(IGeographicLocation)

Gibt den geografischen Standort an, der aus den Geografischen Standorteinträgen des Endpunkts entfernt werden soll.

WithoutGeographicLocation(String)

Gibt den geografischen Standort an, der aus den Geografischen Standorteinträgen des Endpunkts entfernt werden soll.

WithoutGeographicLocation(IGeographicLocation)

Gibt den geografischen Standort an, der aus den Geografischen Standorteinträgen des Endpunkts entfernt werden soll.

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

Parameter

geographicLocation
IGeographicLocation

Der geografische Standort.

Gibt zurück

Gilt für:

WithoutGeographicLocation(String)

Gibt den geografischen Standort an, der aus den Geografischen Standorteinträgen des Endpunkts entfernt werden soll.

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

Parameter

geographicLocationCode
String

Der Geografische Standortcode.

Gibt zurück

Gilt für: