UpdateProcessRuleRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |