Поделиться через


ModelUpdateHierarchicalEntityChildResponse type

Содержит данные ответа для операции updateHierarchicalEntityChild.

type ModelUpdateHierarchicalEntityChildResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}