IWithGeographicLocation.WithGeographicLocations 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
WithGeographicLocations(IList<IGeographicLocation>) |
Gibt die Liste der geografischen Standorte für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird. |
WithGeographicLocations(IList<String>) |
Gibt die Liste der geografischen Standorte für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird. |
WithGeographicLocations(IList<IGeographicLocation>)
Gibt die Liste der geografischen Standorte für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate WithGeographicLocations (System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation> geographicLocations);
abstract member WithGeographicLocations : System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.IGeographicLocation> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithGeographicLocations (geographicLocations As IList(Of IGeographicLocation)) As IUpdate
Parameter
- geographicLocations
- IList<IGeographicLocation>
Die geografischen Standorte.
Gibt zurück
Gilt für:
WithGeographicLocations(IList<String>)
Gibt die Liste der geografischen Standorte für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate WithGeographicLocations (System.Collections.Generic.IList<string> geographicLocationCodes);
abstract member WithGeographicLocations : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate
Public Function WithGeographicLocations (geographicLocationCodes As IList(Of String)) As IUpdate
Parameter
Gibt zurück
Gilt für:
Azure SDK for .NET