你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |