IWithGeographicLocation.WithoutGeographicLocation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET