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


StorageAccountsListByAccountResponse type

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

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