MonitoringGetHistoryServerDiagnosticResponse type
getHistoryServerDiagnostic işleminin yanıt verilerini içerir.
type MonitoringGetHistoryServerDiagnosticResponse =
HistoryServerDiagnosticResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: HistoryServerDiagnosticResponse
}
}