Delen via


StorageAccountsListByAccountResponse type

Bevat antwoordgegevens voor de bewerking listByAccount.

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