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
fun BlobTriggerArgs(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>)