MonitoringGetHistoryServerGraphResponse type
getHistoryServerGraph 操作の応答データを格納します。
type MonitoringGetHistoryServerGraphResponse = HistoryServerGraphResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: HistoryServerGraphResponse
}
}