IUpdate Interface

Definition

Container interface for all of the updates related to a container registry source trigger.

public interface IUpdate : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IRepositoryBranchAndAuth, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.IRepositoryUrl, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.ISourceControlType, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.ITriggerEventsDefinition, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.Update.ITriggerStatusDefinition, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate>
type IUpdate = interface
    interface ISourceControlType
    interface IRepositoryUrl
    interface ITriggerEventsDefinition
    interface IRepositoryBranchAndAuth
    interface ITriggerStatusDefinition
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements IRepositoryBranchAndAuth, IRepositoryUrl, ISettable(Of IUpdate), ISourceControlType, ITriggerEventsDefinition, ITriggerStatusDefinition
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
WithAzureDevOpsAsSourceControl()

The function that specifies Azure DevOps will be used as the type of source control.

(Inherited from ISourceControlType)
WithCommitTriggerEvent()

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

(Inherited from ITriggerEventsDefinition)
WithGithubAsSourceControl()

The function that specifies Github will be used as the type of source control.

(Inherited from ISourceControlType)
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)
WithSourceControl(SourceControlType)

The function that allows the user to input their own kind of source control.

(Inherited from ISourceControlType)
WithSourceControlRepositoryUrl(String)

The function that specifies the URL of the source control repository.

(Inherited from IRepositoryUrl)
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