HeatMapOperationsExtensions.GetAsync メソッド

定義

Traffic Manager プロファイルの最新のヒートマップを取得します。

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)

パラメーター

operations
IHeatMapOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Traffic Manager エンドポイントを含むリソース グループの名前。

profileName
String

Traffic Manager プロファイルの名前。

topLeft
IList<Nullable<Double>>

クエリを実行する四角形ビューポートの左上の緯度、経度のペア。

botRight
IList<Nullable<Double>>

クエリを実行する四角形ビューポートの右下の緯度、経度のペア。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象