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


ModelDeleteHierarchicalEntityChildResponse type

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

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