Share via


ISourceTriggerUpdateParameters Interface

Definition

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

Properties

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

SourceTriggerEvent

The source event corresponding to the trigger.

Status

The current status of trigger.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to