EventGridModelFactory.StorageTaskCompletedEventData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de StorageTaskCompletedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.StorageTaskCompletedEventData StorageTaskCompletedEventData (Azure.Messaging.EventGrid.SystemEvents.StorageTaskCompletedStatus? status = default, DateTimeOffset? completedDateTime = default, string taskExecutionId = default, string taskName = default, Uri summaryReportBlobUri = default);
static member StorageTaskCompletedEventData : Nullable<Azure.Messaging.EventGrid.SystemEvents.StorageTaskCompletedStatus> * Nullable<DateTimeOffset> * string * string * Uri -> Azure.Messaging.EventGrid.SystemEvents.StorageTaskCompletedEventData
Public Shared Function StorageTaskCompletedEventData (Optional status As Nullable(Of StorageTaskCompletedStatus) = Nothing, Optional completedDateTime As Nullable(Of DateTimeOffset) = Nothing, Optional taskExecutionId As String = Nothing, Optional taskName As String = Nothing, Optional summaryReportBlobUri As Uri = Nothing) As StorageTaskCompletedEventData
Paramètres
- status
- Nullable<StorageTaskCompletedStatus>
Status pour une tâche de stockage.
- completedDateTime
- Nullable<DateTimeOffset>
Heure à laquelle une tâche de stockage a été terminée.
- taskExecutionId
- String
ID d’exécution d’une tâche de stockage.
- taskName
- String
Nom de tâche d’une tâche de stockage.
- summaryReportBlobUri
- Uri
URL de l’objet blob de rapport récapitulative pour une tâche de stockage.
Retours
Une nouvelle StorageTaskCompletedEventData instance pour se moquer.
S’applique à
Azure SDK for .NET