Condividi tramite


MonitoringGetHistoryServerPropertiesResponse type

Contiene i dati di risposta per l'operazione getHistoryServerProperties.

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