MonitoringGetHistoryServerGraphResponse type

Contiene datos de respuesta para la operación getHistoryServerGraph.

type MonitoringGetHistoryServerGraphResponse = HistoryServerGraphResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: HistoryServerGraphResponse
  }
}