Dela via


SourceTriggerUpdateParameters Class

Definition

The properties for updating a source based trigger.

public class SourceTriggerUpdateParameters
type SourceTriggerUpdateParameters = class
Public Class SourceTriggerUpdateParameters
Inheritance
SourceTriggerUpdateParameters

Constructors

SourceTriggerUpdateParameters()

Initializes a new instance of the SourceTriggerUpdateParameters class.

SourceTriggerUpdateParameters(String, SourceUpdateParameters, IList<String>, String)

Initializes a new instance of the SourceTriggerUpdateParameters class.

Properties

Name

Gets or sets the name of the trigger.

SourceRepository

Gets or sets the properties that describes the source(code) for the task.

SourceTriggerEvents

Gets or sets the source event corresponding to the trigger.

Status

Gets or sets the current status of trigger. Possible values include: 'Disabled', 'Enabled'

Methods

Validate()

Validate the object.

Applies to