Freigeben über


IWithGeographicLocation<ParentT>.WithGeographicLocation Methode

Definition

Überlädt

WithGeographicLocation(IGeographicLocation)

Gibt den geografischen Standort für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografisch basierten Routingmethode konfiguriert wird.

WithGeographicLocation(String)

Gibt den geografischen Standort für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografisch basierten Routingmethode konfiguriert wird.

WithGeographicLocation(IGeographicLocation)

Gibt den geografischen Standort für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografisch basierten Routingmethode konfiguriert wird.

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)

Parameter

geographicLocation
IGeographicLocation

Der geografische Standort.

Gibt zurück

Gilt für:

WithGeographicLocation(String)

Gibt den geografischen Standort für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografisch basierten Routingmethode konfiguriert wird.

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)

Parameter

geographicLocationCode
String

Der Geografische Standortcode.

Gibt zurück

Gilt für: