Compartir a través de


HeatMapOperationsExtensions.Get Método

Definición

Obtiene el mapa térmico más reciente del perfil de 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

Parámetros

operations
IHeatMapOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el punto de conexión de Traffic Manager.

profileName
String

Nombre del perfil de Traffic Manager.

topLeft
IList<Nullable<Double>>

Par de latitud y longitud superior izquierda de la ventanilla rectangular para la que se va a consultar.

botRight
IList<Nullable<Double>>

El par de latitud inferior derecha, longitud de la ventanilla rectangular para la que se va a consultar.

Devoluciones

Se aplica a