DataLakeStoreAccountsListByAccountNextResponse type

Contains response data for the listByAccountNext operation.

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