Freigeben über


RegistrationsListNextResponse type

Enthält Antwortdaten für den ListNext-Vorgang.

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