Sdílet prostřednictvím


MonitoringGetHistoryServerGraphResponse type

Obsahuje data odpovědí pro operaci getHistoryServerGraph.

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