Udostępnij za pośrednictwem


AccountsListNextResponse type

Zawiera dane odpowiedzi dla operacji listNext.

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