Sdílet prostřednictvím


DataLakeStoreAccountsListByAccountNextResponse type

Obsahuje data odpovědi pro operaci listByAccountNext.

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