IfConditionResponse

data class IfConditionResponse(val condition: String, val operations: List<StorageTaskOperationResponse>)

The if block of storage task operation

Constructors

Link copied to clipboard
constructor(condition: String, operations: List<StorageTaskOperationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Condition predicate to evaluate each object. See https://aka.ms/storagetaskconditions for valid properties and operators.

Link copied to clipboard

List of operations to execute when the condition predicate satisfies.