MonitoringGetHistoryServerDataResponse type
Contains response data for the getHistoryServerData operation.
type MonitoringGetHistoryServerDataResponse = HistoryServerDataResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: HistoryServerDataResponse
}
}