PeriodicTimerEventTrigger Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PeriodicTimerEventTrigger() |
Initializes a new instance of the PeriodicTimerEventTrigger class. |
PeriodicTimerEventTrigger(PeriodicTimerSourceInfo, RoleSinkInfo, String, String, String, SystemData, 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, SystemData, String)
Initializes a new instance of the PeriodicTimerEventTrigger class.
public PeriodicTimerEventTrigger (Microsoft.Azure.Management.DataBoxEdge.Models.PeriodicTimerSourceInfo sourceInfo, Microsoft.Azure.Management.DataBoxEdge.Models.RoleSinkInfo sinkInfo, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, string customContextTag = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.PeriodicTimerEventTrigger : Microsoft.Azure.Management.DataBoxEdge.Models.PeriodicTimerSourceInfo * Microsoft.Azure.Management.DataBoxEdge.Models.RoleSinkInfo * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string -> Microsoft.Azure.Management.DataBoxEdge.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 systemData As SystemData = 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.
- systemData
- SystemData
Trigger in DataBoxEdge Resource
- 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
Azure SDK for .NET