Edit

Share via


UpdateProcessRuleRequest Class

Definition

Request class/object to update the rule.

[System.Runtime.Serialization.DataContract]
public class UpdateProcessRuleRequest : Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.Models.CreateProcessRuleRequest
type UpdateProcessRuleRequest = class
    inherit CreateProcessRuleRequest
Public Class UpdateProcessRuleRequest
Inherits CreateProcessRuleRequest
Inheritance
UpdateProcessRuleRequest
Attributes

Constructors

UpdateProcessRuleRequest()

Properties

Actions

List of actions to take when the rule is triggered.

(Inherited from CreateProcessRuleRequest)
Conditions

List of conditions when the rule should be triggered.

(Inherited from CreateProcessRuleRequest)
Id

Id to uniquely identify the rule.

IsDisabled

Indicates if the rule is disabled.

(Inherited from CreateProcessRuleRequest)
Name

Name for the rule.

(Inherited from CreateProcessRuleRequest)

Applies to