Delen via


StorageAccountsListByAccountNextResponse type

Bevat antwoordgegevens voor de bewerking listByAccountNext.

type StorageAccountsListByAccountNextResponse =
  StorageAccountInformationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: StorageAccountInformationListResult
    }
  }