SourceTriggerUpdateParameters Constructors
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.
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.Models.SourceUpdateParameters sourceRepository = default, System.Collections.Generic.IList<string> sourceTriggerEvents = default, string status = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.SourceTriggerUpdateParameters : string * Microsoft.Azure.Management.ContainerRegistry.Models.SourceUpdateParameters * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.ContainerRegistry.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.
- status
- String
The current status of trigger. Possible values include: 'Disabled', 'Enabled'
Applies to
Azure SDK for .NET