ModelUpdateEntityChildResponse type
Enthält Antwortdaten für den Vorgang updateEntityChild.
type ModelUpdateEntityChildResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}