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