ModelUpdateEntityChildResponse type
updateEntityChild işlemi için yanıt verilerini içerir.
type ModelUpdateEntityChildResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}