Sdílet prostřednictvím


RegistrationsListResponse type

Obsahuje data odpovědi pro operaci seznamu.

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