Share via


PeriodicTimerEventTrigger Constructors

Definition

Overloads

PeriodicTimerEventTrigger()

Initializes a new instance of the PeriodicTimerEventTrigger class.

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

Initializes a new instance of the PeriodicTimerEventTrigger class.

PeriodicTimerEventTrigger()

Initializes a new instance of the PeriodicTimerEventTrigger class.

public PeriodicTimerEventTrigger ();
Public Sub New ()

Applies to

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

Initializes a new instance of the PeriodicTimerEventTrigger class.

public PeriodicTimerEventTrigger (Microsoft.Azure.Management.EdgeGateway.Models.PeriodicTimerSourceInfo sourceInfo, Microsoft.Azure.Management.EdgeGateway.Models.RoleSinkInfo sinkInfo, string id = default, string name = default, string type = default, string customContextTag = default);
new Microsoft.Azure.Management.EdgeGateway.Models.PeriodicTimerEventTrigger : Microsoft.Azure.Management.EdgeGateway.Models.PeriodicTimerSourceInfo * Microsoft.Azure.Management.EdgeGateway.Models.RoleSinkInfo * string * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.PeriodicTimerEventTrigger
Public Sub New (sourceInfo As PeriodicTimerSourceInfo, sinkInfo As RoleSinkInfo, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional customContextTag As String = Nothing)

Parameters

sourceInfo
PeriodicTimerSourceInfo

Periodic timer details.

sinkInfo
RoleSinkInfo

Role Sink information.

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

customContextTag
String

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.

Applies to