ContainerRegistryTaskSourceTriggerDescriptor Class
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.
The source trigger that caused a run.
public class ContainerRegistryTaskSourceTriggerDescriptor : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskSourceTriggerDescriptor>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskSourceTriggerDescriptor>
type ContainerRegistryTaskSourceTriggerDescriptor = class
interface IJsonModel<ContainerRegistryTaskSourceTriggerDescriptor>
interface IPersistableModel<ContainerRegistryTaskSourceTriggerDescriptor>
Public Class ContainerRegistryTaskSourceTriggerDescriptor
Implements IJsonModel(Of ContainerRegistryTaskSourceTriggerDescriptor), IPersistableModel(Of ContainerRegistryTaskSourceTriggerDescriptor)
- Inheritance
-
ContainerRegistryTaskSourceTriggerDescriptor
- Implements
Properties
| Name | Description |
|---|---|
| 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. |
| RepositoryUri |
The repository URL. |