EventGridModelFactory.StorageTaskQueuedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of StorageTaskQueuedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.StorageTaskQueuedEventData StorageTaskQueuedEventData (DateTimeOffset? queuedDateTime = default, string taskExecutionId = default);
static member StorageTaskQueuedEventData : Nullable<DateTimeOffset> * string -> Azure.Messaging.EventGrid.SystemEvents.StorageTaskQueuedEventData
Public Shared Function StorageTaskQueuedEventData (Optional queuedDateTime As Nullable(Of DateTimeOffset) = Nothing, Optional taskExecutionId As String = Nothing) As StorageTaskQueuedEventData
Parameters
- queuedDateTime
- Nullable<DateTimeOffset>
The time at which a storage task was queued.
- taskExecutionId
- String
The execution id for a storage task.
Returns
A new StorageTaskQueuedEventData instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET