Sdílet prostřednictvím


MonitoringGetHistoryServerPropertiesResponse type

Obsahuje data odpovědí pro operaci getHistoryServerProperties.

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