IWithGeographicLocation<ParentT>.WithGeographicLocation 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
WithGeographicLocation(IGeographicLocation) |
Gibt den geografischen Standort für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit der geografisch basierten Routingmethode TrafficRoutingMethod.GEOGRAPHIC konfiguriert wird. |
WithGeographicLocation(String) |
Gibt den geografischen Standort für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit der geografisch basierten Routingmethode TrafficRoutingMethod.GEOGRAPHIC konfiguriert wird. |
WithGeographicLocation(IGeographicLocation)
Gibt den geografischen Standort für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit der geografisch basierten Routingmethode TrafficRoutingMethod.GEOGRAPHIC konfiguriert wird.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.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.Definition.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 der geografisch basierten Routingmethode TrafficRoutingMethod.GEOGRAPHIC konfiguriert wird.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<ParentT> WithGeographicLocation (string geographicLocationCode);
abstract member WithGeographicLocation : string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Definition.IWithAttach<'ParentT>
Public Function WithGeographicLocation (geographicLocationCode As String) As IWithAttach(Of ParentT)
Parameter
- geographicLocationCode
- String
Der Geografische Standortcode.
Gibt zurück
Gilt für:
Azure SDK for .NET