GetFileEventTriggerResult

data class GetFileEventTriggerResult(val azureApiVersion: String, val customContextTag: String? = null, val id: String, val kind: String, val name: String, val sinkInfo: RoleSinkInfoResponse, val sourceInfo: FileSourceInfoResponse, val systemData: SystemDataResponse, val type: String)

Trigger details.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, customContextTag: String? = null, id: String, kind: String, name: String, sinkInfo: RoleSinkInfoResponse, sourceInfo: FileSourceInfoResponse, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

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.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

Trigger Kind. Expected value is 'FileEvent'.

Link copied to clipboard

The object name.

Link copied to clipboard

Role sink info.

Link copied to clipboard

File event source details.

Link copied to clipboard

Metadata pertaining to creation and last modification of Trigger

Link copied to clipboard

The hierarchical type of the object.