Get File Event Trigger Result
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)
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
Role sink info.
Link copied to clipboard
File event source details.
Link copied to clipboard
Metadata pertaining to creation and last modification of Trigger