MonitoringGetHistoryServerGraphResponse type
Bevat antwoordgegevens voor de getHistoryServerGraph-bewerking.
type MonitoringGetHistoryServerGraphResponse = HistoryServerGraphResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: HistoryServerGraphResponse
}
}