Share via


TimerTriggerUpdateParameters Class

Definition

The properties for updating a timer trigger.

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

Constructors

TimerTriggerUpdateParameters()

Creates an new TimerTriggerUpdateParameters instance.

Properties

Name

The name of the trigger.

Schedule

The CRON expression for the task schedule

Status

The current status of trigger.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TimerTriggerUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimerTriggerUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimerTriggerUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to