MonitoringGetHistoryServerPropertiesResponse type

getHistoryServerProperties 操作の応答データを格納します。

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