RegistrationsListResponse type
Enthält Antwortdaten für den Listenvorgang.
type RegistrationsListResponse = RegistrationList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RegistrationList
}
}