ISourceTriggerUpdateParameters Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |