Blob Trigger Response
data class BlobTriggerResponse(val annotations: List<Any>? = null, val description: String? = null, val folderPath: String, val linkedService: LinkedServiceReferenceResponse, val maxConcurrency: Int, val pipelines: List<TriggerPipelineReferenceResponse>? = null, val runtimeState: String, val type: String)
Trigger that runs every time the selected Blob container changes.
Constructors
Link copied to clipboard
fun BlobTriggerResponse(annotations: List<Any>? = null, description: String? = null, folderPath: String, linkedService: LinkedServiceReferenceResponse, maxConcurrency: Int, pipelines: List<TriggerPipelineReferenceResponse>? = null, runtimeState: String, type: String)