ExecutionTriggerUpdate Class
Execution trigger update for storage task assignment.
- Inheritance
-
azure.mgmt.storage._serialization.ModelExecutionTriggerUpdate
Constructor
ExecutionTriggerUpdate(*, type: str | _models.TriggerType | None = None, parameters: _models.TriggerParametersUpdate | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
str or
TriggerType
The trigger type of the storage task assignment execution. Known values are: "RunOnce" and "OnSchedule". |
parameters
|
The trigger parameters of the storage task assignment execution. |
Variables
Name | Description |
---|---|
type
|
str or
TriggerType
The trigger type of the storage task assignment execution. Known values are: "RunOnce" and "OnSchedule". |
parameters
|
The trigger parameters of the storage task assignment execution. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python