StorageTaskAssignmentQueuedEventData interface
Schema of the Data property of an EventGridEvent for an Microsoft.Storage.StorageTaskAssignmentQueued event.
Properties
| queued |
The time at which a storage task was queued. |
| task |
The execution id for a storage task. |
Property Details
queuedOn
The time at which a storage task was queued.
queuedOn: Date
Property Value
Date
taskExecutionId
The execution id for a storage task.
taskExecutionId?: string
Property Value
string