MonitoringGetHistoryServerDiagnosticResponse type
Contiene datos de respuesta para la operación getHistoryServerDiagnostic.
type MonitoringGetHistoryServerDiagnosticResponse =
HistoryServerDiagnosticResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: HistoryServerDiagnosticResponse
}
}