Delen via


ArmDataBoxEdgeModelFactory.PeriodicTimerEventTrigger Method

Definition

Initializes a new instance of PeriodicTimerEventTrigger.

public static Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerEventTrigger PeriodicTimerEventTrigger (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo sourceInfo = default, Azure.Core.ResourceIdentifier sinkInfoRoleId = default, string customContextTag = default);
static member PeriodicTimerEventTrigger : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerSourceInfo * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.DataBoxEdge.Models.PeriodicTimerEventTrigger
Public Shared Function PeriodicTimerEventTrigger (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional sourceInfo As PeriodicTimerSourceInfo = Nothing, Optional sinkInfoRoleId As ResourceIdentifier = Nothing, Optional customContextTag As String = Nothing) As PeriodicTimerEventTrigger

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

sourceInfo
PeriodicTimerSourceInfo

Periodic timer details.

sinkInfoRoleId
ResourceIdentifier

Role Sink information.

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.

Returns

A new PeriodicTimerEventTrigger instance for mocking.

Applies to