HeatMap interface
Interfaz que representa un mapa térmico.
Métodos
get(string, string, Heat |
Obtiene el mapa térmico más reciente del perfil de Traffic Manager. |
Detalles del método
get(string, string, HeatMapGetOptionalParams)
Obtiene el mapa térmico más reciente del perfil de Traffic Manager.
function get(resourceGroupName: string, profileName: string, options?: HeatMapGetOptionalParams): Promise<HeatMapModel>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- profileName
-
string
Nombre del perfil de Traffic Manager.
- options
- HeatMapGetOptionalParams
Parámetros de opciones.
Devoluciones
Promise<HeatMapModel>