ExecutionTrigger Class
Execution trigger for storage task assignment.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelExecutionTrigger
Constructor
ExecutionTrigger(*, type: str | _models.TriggerType, parameters: _models.TriggerParameters, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
str or
TriggerType
The trigger type of the storage task assignment execution. Required. Known values are: "RunOnce" and "OnSchedule". |
parameters
|
The trigger parameters of the storage task assignment execution. Required. |
Variables
Name | Description |
---|---|
type
|
str or
TriggerType
The trigger type of the storage task assignment execution. Required. Known values are: "RunOnce" and "OnSchedule". |
parameters
|
The trigger parameters of the storage task assignment execution. Required. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python