MonitoringGetHistoryServerDiagnosticResponse type
Contient des données de réponse pour l’opération getHistoryServerDiagnostic.
type MonitoringGetHistoryServerDiagnosticResponse =
HistoryServerDiagnosticResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: HistoryServerDiagnosticResponse
}
}