IRegistrySourceTrigger Interface

Definition

An immutable client-side representation of a Container Registry source trigger.

public interface IRegistrySourceTrigger : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceTrigger>
type IRegistrySourceTrigger = interface
    interface IBeta
    interface IHasInner<SourceTrigger>
Public Interface IRegistrySourceTrigger
Implements IBeta, IHasInner(Of SourceTrigger)
Implements

Properties

Inner (Inherited from IHasInner<T>)
SourceControlBranch

Gets the branch of the repository that is being used as source control. I.e., master.

SourceControlRepositoryUrl

Gets the URL of the repository used as source control.

SourceControlType

Gets Returns the type of source control this trigger uses. I.e., Github, AzureDevOps etc.

SourceTriggerEvents

Gets the list of actions that trigger an event. I.e., a commit, a pull request etc.

Status

Gets the source trigger status. I.e., enabled, disabled.

Applies to