Aracılığıyla paylaş


AccountsListNextResponse type

ListNext işlemi için yanıt verilerini içerir.

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