Share via


StorageTaskAssignmentCompletedEventData interface

Schema of the Data property of an EventGridEvent for an Microsoft.Storage.StorageTaskAssignmentCompleted event.

Properties

completedOn

The time at which a storage task was completed.

status

The status for a storage task.

summaryReportBlobUri

The summary report blob url for a storage task

taskExecutionId

The execution id for a storage task.

taskName

The task name for a storage task.

Property Details

completedOn

The time at which a storage task was completed.

completedOn: Date

Property Value

Date

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