Condividi tramite


MonitoringGetHistoryServerDiagnosticResponse type

Contiene i dati di risposta per l'operazione getHistoryServerDiagnostic.

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