ISourceTriggerDescriptor Interface
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.
[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) |