Share via


ISourceTrigger Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.SourceTriggerTypeConverter))]
public interface ISourceTrigger : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.SourceTriggerTypeConverter))>]
type ISourceTrigger = interface
    interface IJsonSerializable
Public Interface ISourceTrigger
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Event

The source event corresponding to the trigger.

Name

The name of the trigger.

SourceControlAuthPropertyExpiresIn

Time in seconds that the token remains valid

SourceControlAuthPropertyRefreshToken

The refresh token used to refresh the access token.

SourceControlAuthPropertyScope

The scope of the access token.

SourceControlAuthPropertyToken

The access token used to access the source control provider.

SourceControlAuthPropertyTokenType

The type of Auth token.

SourceRepositoryBranch

The branch name of the source code.

SourceRepositorySourceControlType

The type of source control service.

SourceRepositoryUrl

The full URL to the source code repository

Status

The current status of trigger.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to