Share via


TimerTrigger Class

Definition

The properties of a timer trigger.

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

Constructors

TimerTrigger()

Creates an new TimerTrigger 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 TimerTrigger.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimerTrigger.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimerTrigger into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to