Freigeben über


MonitoringGetHistoryServerDiagnosticResponse type

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

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