StorageTaskCompletedEventData interface
Schema of the Data property of an EventGridEvent for an Microsoft.Storage.StorageTaskCompleted 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
completedDateTime
The time at which a storage task was completed.
completedDateTime: string
Property Value
string
status
The status for a storage task.
status: string
Property Value
string
summaryReportBlobUrl
The summary report blob url for a storage task
summaryReportBlobUrl: 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