Share via


ISourceTriggerDescriptor Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.SourceTriggerDescriptorTypeConverter))]
public interface ISourceTriggerDescriptor : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.SourceTriggerDescriptorTypeConverter))>]
type ISourceTriggerDescriptor = interface
    interface IJsonSerializable
Public Interface ISourceTriggerDescriptor
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BranchName

The branch name in the repository.

CommitId

The unique ID that identifies a commit.

EventType

The event type of the trigger.

Id

The unique ID of the trigger.

ProviderType

The source control provider type.

PullRequestId

The unique ID that identifies pull request.

RepositoryUrl

The repository URL.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to