مشاركة عبر


RegistrationsGetResponse type

يحتوي على بيانات استجابة لعملية الحصول على.

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