FileEventTrigger 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
FileEventTrigger() |
Initializes a new instance of the FileEventTrigger class. |
FileEventTrigger(FileSourceInfo, RoleSinkInfo, String, String, String, SystemData, String) |
Initializes a new instance of the FileEventTrigger class. |
FileEventTrigger()
Initializes a new instance of the FileEventTrigger class.
public FileEventTrigger ();
Public Sub New ()
Applies to
FileEventTrigger(FileSourceInfo, RoleSinkInfo, String, String, String, SystemData, String)
Initializes a new instance of the FileEventTrigger class.
public FileEventTrigger (Microsoft.Azure.Management.DataBoxEdge.Models.FileSourceInfo 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.FileEventTrigger : Microsoft.Azure.Management.DataBoxEdge.Models.FileSourceInfo * Microsoft.Azure.Management.DataBoxEdge.Models.RoleSinkInfo * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string -> Microsoft.Azure.Management.DataBoxEdge.Models.FileEventTrigger
Public Sub New (sourceInfo As FileSourceInfo, 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
- FileSourceInfo
File event source details.
- sinkInfo
- RoleSinkInfo
Role sink info.
- 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