次の方法で共有


HeatMapOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.TrafficManager.Models.HeatMapModel Get (this Microsoft.Azure.Management.TrafficManager.IHeatMapOperations operations, string resourceGroupName, string profileName, System.Collections.Generic.IList<double?> topLeft = default, System.Collections.Generic.IList<double?> botRight = default);
static member Get : Microsoft.Azure.Management.TrafficManager.IHeatMapOperations * string * string * System.Collections.Generic.IList<Nullable<double>> * System.Collections.Generic.IList<Nullable<double>> -> Microsoft.Azure.Management.TrafficManager.Models.HeatMapModel
<Extension()>
Public Function Get (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) As HeatMapModel

パラメーター

operations
IHeatMapOperations

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

resourceGroupName
String

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

profileName
String

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

topLeft
IList<Nullable<Double>>

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

botRight
IList<Nullable<Double>>

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

戻り値

適用対象