Share via


FileEventTrigger Constructors

Definition

Overloads

FileEventTrigger()

Initializes a new instance of the FileEventTrigger class.

FileEventTrigger(FileSourceInfo, RoleSinkInfo, String, String, String, 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, String)

Initializes a new instance of the FileEventTrigger class.

public FileEventTrigger (Microsoft.Azure.Management.EdgeGateway.Models.FileSourceInfo 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.FileEventTrigger : Microsoft.Azure.Management.EdgeGateway.Models.FileSourceInfo * Microsoft.Azure.Management.EdgeGateway.Models.RoleSinkInfo * string * string * string * string -> Microsoft.Azure.Management.EdgeGateway.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 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.

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