ContainerRegistryTaskSourceTriggerUpdateContent Class
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.
The properties for updating a source based trigger.
public class ContainerRegistryTaskSourceTriggerUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskSourceTriggerUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskSourceTriggerUpdateContent>
type ContainerRegistryTaskSourceTriggerUpdateContent = class
interface IJsonModel<ContainerRegistryTaskSourceTriggerUpdateContent>
interface IPersistableModel<ContainerRegistryTaskSourceTriggerUpdateContent>
Public Class ContainerRegistryTaskSourceTriggerUpdateContent
Implements IJsonModel(Of ContainerRegistryTaskSourceTriggerUpdateContent), IPersistableModel(Of ContainerRegistryTaskSourceTriggerUpdateContent)
- Inheritance
-
ContainerRegistryTaskSourceTriggerUpdateContent
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerRegistryTaskSourceTriggerUpdateContent(String) |
Initializes a new instance of ContainerRegistryTaskSourceTriggerUpdateContent. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the trigger. |
| SourceRepository |
The properties that describes the source(code) for the task. |
| SourceTriggerEvents |
The source event corresponding to the trigger. |
| Status |
The current status of trigger. |