MonitoringGetHistoryServerDiagnosticResponse type
Obsahuje data odpovědí pro operaci getHistoryServerDiagnostic.
type MonitoringGetHistoryServerDiagnosticResponse =
HistoryServerDiagnosticResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: HistoryServerDiagnosticResponse
}
}