IfCondition interface
The if block of storage task operation
Properties
condition | Condition predicate to evaluate each object. See https://aka.ms/storagetaskconditions for valid properties and operators. |
operations | List of operations to execute when the condition predicate satisfies. |
Property Details
condition
Condition predicate to evaluate each object. See https://aka.ms/storagetaskconditions for valid properties and operators.
condition: string
Property Value
string
operations
List of operations to execute when the condition predicate satisfies.
operations: StorageTaskOperation[]