PeriodicTimerEventTrigger Class

Definition

Trigger details.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("PeriodicTimerEvent")]
public class PeriodicTimerEventTrigger : Microsoft.Azure.Management.EdgeGateway.Models.Trigger
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("PeriodicTimerEvent")>]
type PeriodicTimerEventTrigger = class
    inherit Trigger
Public Class PeriodicTimerEventTrigger
Inherits Trigger
Inheritance
PeriodicTimerEventTrigger
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

PeriodicTimerEventTrigger()

Initializes a new instance of the PeriodicTimerEventTrigger class.

PeriodicTimerEventTrigger(PeriodicTimerSourceInfo, RoleSinkInfo, String, String, String, String)

Initializes a new instance of the PeriodicTimerEventTrigger class.

Properties

CustomContextTag

Gets or sets a custom context tag typically used to correlate the trigger against its usage. For example, if a periodic timer trigger is intended for certain specific IoT modules in the device, the tag can be the name or the image URL of the module.

Id

Gets the path ID that uniquely identifies the object.

(Inherited from ARMBaseModel)
Name

Gets the object name.

(Inherited from ARMBaseModel)
SinkInfo

Gets or sets role Sink information.

SourceInfo

Gets or sets periodic timer details.

Type

Gets the hierarchical type of the object.

(Inherited from ARMBaseModel)

Methods

Validate()

Validate the object.

Applies to