FileEventTrigger Class

Definition

Trigger details.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("FileEvent")]
public class FileEventTrigger : Microsoft.Azure.Management.EdgeGateway.Models.Trigger
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("FileEvent")>]
type FileEventTrigger = class
    inherit Trigger
Public Class FileEventTrigger
Inherits Trigger
Inheritance
FileEventTrigger
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

FileEventTrigger()

Initializes a new instance of the FileEventTrigger class.

FileEventTrigger(FileSourceInfo, RoleSinkInfo, String, String, String, String)

Initializes a new instance of the FileEventTrigger class.

Properties

CustomContextTag

Gets or sets 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.

Id

Gets the path ID that uniquely identifies the object.

(Inherited from ARMBaseModel)
Name

Gets the object name.

(Inherited from ARMBaseModel)
SinkInfo

Gets or sets role sink info.

SourceInfo

Gets or sets file event source details.

Type

Gets the hierarchical type of the object.

(Inherited from ARMBaseModel)

Methods

Validate()

Validate the object.

Applies to