Condividi tramite


RegistrationsGetResponse type

Contiene i dati di risposta per l'operazione get.

type RegistrationsGetResponse = Registration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Registration
  }
}