BlobTrigger Class
Trigger that runs every time the selected Blob container changes.
Constructor
BlobTrigger(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
Trigger description. |
|
runtime_state
|
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Known values are: "Started", "Stopped", and "Disabled". |
|
annotations
|
List of tags that can be used for describing the trigger. |
|
pipelines
|
Pipelines that need to be started. |
|
type_properties
|
Blob Trigger properties. Required. |
|
type
|
Trigger type. Required. Default value is "BlobTrigger". |
Attributes
type
Trigger type. Required. Default value is "BlobTrigger".
type: Literal['BlobTrigger']
type_properties
Blob Trigger properties. Required.
type_properties: _models.BlobTriggerTypeProperties