HeatMapOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets latest heatmap for Traffic Manager profile.
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
Parameters
- operations
- IHeatMapOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group containing the Traffic Manager endpoint.
- profileName
- String
The name of the Traffic Manager profile.
The top left latitude,longitude pair of the rectangular viewport to query for.
The bottom right latitude,longitude pair of the rectangular viewport to query for.
Returns
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET