MonitoringGetHistoryServerGraphResponse type

getHistoryServerGraph işleminin yanıt verilerini içerir.

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