MonitoringGetHistoryServerDiagnosticResponse type
Berisi data respons untuk operasi getHistoryServerDiagnostic.
type MonitoringGetHistoryServerDiagnosticResponse =
HistoryServerDiagnosticResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: HistoryServerDiagnosticResponse
}
}