Share via


StorageTaskAssignmentCompletedEventData Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.StorageTaskAssignmentCompletedEventData+StorageTaskAssignmentCompletedEventDataConverter))]
public class StorageTaskAssignmentCompletedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.StorageTaskAssignmentCompletedEventData+StorageTaskAssignmentCompletedEventDataConverter))>]
type StorageTaskAssignmentCompletedEventData = class
Public Class StorageTaskAssignmentCompletedEventData
Inheritance
StorageTaskAssignmentCompletedEventData
Attributes

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.

Applies to