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