TriggerParametersUpdate Class
The trigger parameters update for the storage task assignment execution.
Constructor
TriggerParametersUpdate(*, start_from: datetime | None = None, interval: int | None = None, interval_unit: str | _models.IntervalUnit | None = None, end_by: datetime | None = None, start_on: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
start_from
|
When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'. Default value: None
|
|
interval
|
Run interval of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'. Default value: None
|
|
interval_unit
|
str or
IntervalUnit
Run interval unit of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'. "Days" Default value: None
|
|
end_by
|
When to end task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'. Default value: None
|
|
start_on
|
When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'. Default value: None
|
Variables
| Name | Description |
|---|---|
|
start_from
|
When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'. |
|
interval
|
Run interval of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'. |
|
interval_unit
|
str or
IntervalUnit
Run interval unit of task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'. "Days" |
|
end_by
|
When to end task execution. This is a mutable field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'. |
|
start_on
|
When to start task execution. This is a mutable field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'. |