RegistrationsUpdateResponse type
Obsahuje data odpovědí pro operaci aktualizace.
type RegistrationsUpdateResponse = Registration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Registration
}
}