ISourceTriggerAttachable Interface

Definition

The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.

public interface ISourceTriggerAttachable : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.UpdateDefinition.IRepositoryBranchAndAuth, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.UpdateDefinition.ITriggerEventsDefinition, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.UpdateDefinition.ITriggerStatusDefinition, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate>
type ISourceTriggerAttachable = interface
    interface IRepositoryBranchAndAuth
    interface ITriggerEventsDefinition
    interface ITriggerStatusDefinition
    interface IInUpdate<IUpdate>
Public Interface ISourceTriggerAttachable
Implements IInUpdate(Of IUpdate), IRepositoryBranchAndAuth, ITriggerEventsDefinition, ITriggerStatusDefinition
Derived
Implements

Methods

Attach() (Inherited from IInUpdate<ParentT>)
WithCommitTriggerEvent()

The function that specifies a commit action will trigger a run.

(Inherited from ITriggerEventsDefinition)
WithPullTriggerEvent()

The function that specifies a pull action will trigger a run.

(Inherited from ITriggerEventsDefinition)
WithRepositoryAuthentication(TokenType, String)

The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.

(Inherited from IRepositoryBranchAndAuth)
WithRepositoryAuthentication(TokenType, String, String, String, Int32)

The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.

(Inherited from IRepositoryBranchAndAuth)
WithRepositoryBranch(String)

The function that specifies the branch of the respository to use.

(Inherited from IRepositoryBranchAndAuth)
WithTriggerEvent(SourceTriggerEvent)

The function that allows the user to specify an action that will trigger a run when it is executed.

(Inherited from ITriggerEventsDefinition)
WithTriggerStatus(TriggerStatus)

The function that allows the user to input the state of the trigger status.

(Inherited from ITriggerStatusDefinition)
WithTriggerStatusDisabled()

The function that sets the trigger status to be disabled.

(Inherited from ITriggerStatusDefinition)
WithTriggerStatusEnabled()

The function that sets the trigger status to be enabled.

(Inherited from ITriggerStatusDefinition)

Applies to