Udostępnij za pośrednictwem


AccountsListResponse type

Zawiera dane odpowiedzi dla operacji listy.

type AccountsListResponse = AccountListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AccountListResult
  }
}