Freigeben über


RegistrationsGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

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