Поделиться через


DataLakeStoreAccountsListByAccountNextResponse type

Содержит данные ответа для операции listByAccountNext.

type DataLakeStoreAccountsListByAccountNextResponse =
  DataLakeStoreAccountInformationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DataLakeStoreAccountInformationListResult
    }
  }