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


DataLakeStoreAccountsListByAccountResponse type

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

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