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


ModelDeleteHierarchicalEntityRoleResponse type

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

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