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


ModelDeleteHierarchicalEntityResponse type

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

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