Share via


TriggerUpdateParameters Class

Definition

The properties for updating triggers.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TriggerUpdateParametersTypeConverter))]
public class TriggerUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITriggerUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TriggerUpdateParametersTypeConverter))>]
type TriggerUpdateParameters = class
    interface ITriggerUpdateParameters
    interface IJsonSerializable
Public Class TriggerUpdateParameters
Implements ITriggerUpdateParameters
Inheritance
TriggerUpdateParameters
Attributes
Implements

Constructors

TriggerUpdateParameters()

Creates an new TriggerUpdateParameters instance.

Properties

BaseImageTriggerBaseImageTriggerType

The type of the auto trigger for base image dependency updates.

BaseImageTriggerName

The name of the trigger.

BaseImageTriggerStatus

The current status of trigger.

BaseImageTriggerUpdateTriggerEndpoint

The endpoint URL for receiving update triggers.

BaseImageTriggerUpdateTriggerPayloadType

Type of Payload body for Base image update triggers.

SourceTrigger

The collection of triggers based on source code repository.

TimerTrigger

The collection of timer triggers.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TriggerUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TriggerUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITriggerUpdateParameters.

FromJsonString(String)

Creates a new instance of TriggerUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TriggerUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to