Compartir a través de


TimerTriggerDescriptor Class

Definition

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

Constructors

TimerTriggerDescriptor()

Creates an new TimerTriggerDescriptor instance.

Properties

ScheduleOccurrence

The occurrence that triggered the run.

TimerTriggerName

The timer trigger name that caused the run.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TimerTriggerDescriptor.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimerTriggerDescriptor.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimerTriggerDescriptor into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to