Freigeben über


MonitoringGetHistoryServerGraphResponse type

Enthält Antwortdaten für den getHistoryServerGraph-Vorgang.

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