Share via


MonitoringGetHistoryServerPropertiesResponse type

Contains response data for the getHistoryServerProperties operation.

type MonitoringGetHistoryServerPropertiesResponse =
  HistoryServerPropertiesResponse & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: HistoryServerPropertiesResponse
    }
  }