Share via


MonitoringGetHistoryServerGraphResponse type

Contains response data for the getHistoryServerGraph operation.

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