BlobEventsTrigger |
BlobEventsTrigger.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the trigger.
|
BlobEventsTrigger |
BlobEventsTrigger.withBlobPathBeginsWith(String blobPathBeginsWith) |
Set the blobPathBeginsWith property: The blob path must begin with the pattern provided for trigger to fire.
|
BlobEventsTrigger |
BlobEventsTrigger.withBlobPathEndsWith(String blobPathEndsWith) |
Set the blobPathEndsWith property: The blob path must end with the pattern provided for trigger to fire.
|
BlobEventsTrigger |
BlobEventsTrigger.withDescription(String description) |
Set the description property: Trigger description.
|
BlobEventsTrigger |
BlobEventsTrigger.withEvents(List<BlobEventTypes> events) |
Set the events property: The type of events that cause this trigger to fire.
|
BlobEventsTrigger |
BlobEventsTrigger.withIgnoreEmptyBlobs(Boolean ignoreEmptyBlobs) |
Set the ignoreEmptyBlobs property: If set to true, blobs with zero bytes will be ignored.
|
BlobEventsTrigger |
BlobEventsTrigger.withPipelines(List<TriggerPipelineReference> pipelines) |
Set the pipelines property: Pipelines that need to be started.
|
BlobEventsTrigger |
BlobEventsTrigger.withScope(String scope) |
Set the scope property: The ARM resource ID of the Storage Account.
|