RegistrationsListResponse type

Contains response data for the list operation.

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