共用方式為


SourceTriggerDescriptor Constructors

Definition

Overloads

SourceTriggerDescriptor()

Initializes a new instance of the SourceTriggerDescriptor class.

SourceTriggerDescriptor(String, String, String, String, String, String, String)

Initializes a new instance of the SourceTriggerDescriptor class.

SourceTriggerDescriptor()

Initializes a new instance of the SourceTriggerDescriptor class.

public SourceTriggerDescriptor ();
Public Sub New ()

Applies to

SourceTriggerDescriptor(String, String, String, String, String, String, String)

Initializes a new instance of the SourceTriggerDescriptor class.

public SourceTriggerDescriptor (string id = default, string eventType = default, string commitId = default, string pullRequestId = default, string repositoryUrl = default, string branchName = default, string providerType = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceTriggerDescriptor : string * string * string * string * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceTriggerDescriptor
Public Sub New (Optional id As String = Nothing, Optional eventType As String = Nothing, Optional commitId As String = Nothing, Optional pullRequestId As String = Nothing, Optional repositoryUrl As String = Nothing, Optional branchName As String = Nothing, Optional providerType As String = Nothing)

Parameters

id
String

The unique ID of the trigger.

eventType
String

The event type of the trigger.

commitId
String

The unique ID that identifies a commit.

pullRequestId
String

The unique ID that identifies pull request.

repositoryUrl
String

The repository URL.

branchName
String

The branch name in the repository.

providerType
String

The source control provider type.

Applies to