Freigeben über


HeatMapOperationsExtensions.GetAsync Methode

Definition

Ruft das neueste Wärmebild für das Traffic Manager-Profil ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.TrafficManager.Fluent.Models.HeatMapModelInner> GetAsync (this Microsoft.Azure.Management.TrafficManager.Fluent.IHeatMapOperations operations, string resourceGroupName, string profileName, System.Collections.Generic.IList<double?> topLeft = default, System.Collections.Generic.IList<double?> botRight = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.TrafficManager.Fluent.IHeatMapOperations * string * string * System.Collections.Generic.IList<Nullable<double>> * System.Collections.Generic.IList<Nullable<double>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.TrafficManager.Fluent.Models.HeatMapModelInner>
<Extension()>
Public Function GetAsync (operations As IHeatMapOperations, resourceGroupName As String, profileName As String, Optional topLeft As IList(Of Nullable(Of Double)) = Nothing, Optional botRight As IList(Of Nullable(Of Double)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HeatMapModelInner)

Parameter

operations
IHeatMapOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Traffic Manager-Endpunkt enthält.

profileName
String

Der Name des Traffic Manager-Profils.

topLeft
IList<Nullable<Double>>

Das obere linke Längengradpaar des rechteckigen Viewports, für den abgefragt werden soll.

botRight
IList<Nullable<Double>>

Das untere rechte Breiten- und Längengradpaar des rechteckigen Viewports, für den eine Abfrage durchgeführt werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: