Share via


MonitoringGetHistoryServerDiagnosticResponse type

Contains response data for the getHistoryServerDiagnostic operation.

type MonitoringGetHistoryServerDiagnosticResponse =
  HistoryServerDiagnosticResponse & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: HistoryServerDiagnosticResponse
    }
  }