Dela via


SourceTriggerUpdateParameters Constructors

Definition

Overloads

SourceTriggerUpdateParameters()

Initializes a new instance of the SourceTriggerUpdateParameters class.

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

Initializes a new instance of the SourceTriggerUpdateParameters class.

SourceTriggerUpdateParameters()

Initializes a new instance of the SourceTriggerUpdateParameters class.

public SourceTriggerUpdateParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the SourceTriggerUpdateParameters class.

public SourceTriggerUpdateParameters (string name, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceUpdateParameters sourceRepository = default, System.Collections.Generic.IList<string> sourceTriggerEvents = default, string status = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceTriggerUpdateParameters : string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceUpdateParameters * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceTriggerUpdateParameters
Public Sub New (name As String, Optional sourceRepository As SourceUpdateParameters = Nothing, Optional sourceTriggerEvents As IList(Of String) = Nothing, Optional status As String = Nothing)

Parameters

name
String

The name of the trigger.

sourceRepository
SourceUpdateParameters

The properties that describes the source(code) for the task.

sourceTriggerEvents
IList<String>

The source event corresponding to the trigger.

status
String

The current status of trigger. Possible values include: 'Disabled', 'Enabled'

Applies to