MonitoringGetHistoryServerGraphResponse type
Berisi data respons untuk operasi getHistoryServerGraph.
type MonitoringGetHistoryServerGraphResponse = HistoryServerGraphResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: HistoryServerGraphResponse
}
}