Aracılığıyla paylaş


RegistrationsListNextResponse type

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

type RegistrationsListNextResponse = RegistrationList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RegistrationList
  }
}