Dela via


StorageAccountsListByAccountResponse type

Innehåller svarsdata för åtgärden listByAccount.

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