RegistrationsUpdateResponse type
Güncelleştirme işlemi için yanıt verilerini içerir.
type RegistrationsUpdateResponse = Registration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: Registration
}
}