Delen via


DataLakeStoreAccountsListByAccountNextResponse type

Bevat antwoordgegevens voor de bewerking listByAccountNext.

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