Blob Trigger Args
data class BlobTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folderPath: Output<String>, val linkedService: Output<LinkedServiceReferenceArgs>, val maxConcurrency: Output<Int>, val pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, val type: Output<String>) : ConvertibleToJava<BlobTriggerArgs>
Trigger that runs every time the selected Blob container changes.
Constructors
Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, description: Output<String>? = null, folderPath: Output<String>, linkedService: Output<LinkedServiceReferenceArgs>, maxConcurrency: Output<Int>, pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, type: Output<String>)
Properties
Link copied to clipboard
List of tags that can be used for describing the trigger.
Link copied to clipboard
Trigger description.
Link copied to clipboard
The path of the container/folder that will trigger the pipeline.
Link copied to clipboard
The Azure Storage linked service reference.
Link copied to clipboard
The max number of parallel files to handle when it is triggered.
Link copied to clipboard
Pipelines that need to be started.