Condividi tramite


MonitoringGetHistoryServerGraphResponse type

Contiene i dati di risposta per l'operazione getHistoryServerGraph.

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