MonitoringGetHistoryServerGraphResponse type

Zawiera dane odpowiedzi dla operacji getHistoryServerGraph.

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