StorageTaskAssignmentCompletedEventData interface
Schema of the Data property of an EventGridEvent for an Microsoft.Storage.StorageTaskAssignmentCompleted event.
Properties
completed |
The time at which a storage task was completed. |
status | The status for a storage task. |
summary |
The summary report blob url for a storage task |
task |
The execution id for a storage task. |
task |
The task name for a storage task. |
Property Details
completedOn
The time at which a storage task was completed.
completedOn: string
Property Value
string
status
The status for a storage task.
status: string
Property Value
string
summaryReportBlobUri
The summary report blob url for a storage task
summaryReportBlobUri: string
Property Value
string
taskExecutionId
The execution id for a storage task.
taskExecutionId: string
Property Value
string
taskName
The task name for a storage task.
taskName: string
Property Value
string