EventGridModelFactory.StorageTaskAssignmentQueuedEventData 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 StorageTaskAssignmentQueuedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.StorageTaskAssignmentQueuedEventData StorageTaskAssignmentQueuedEventData (DateTimeOffset? queuedOn = default, string taskExecutionId = default);
static member StorageTaskAssignmentQueuedEventData : Nullable<DateTimeOffset> * string -> Azure.Messaging.EventGrid.SystemEvents.StorageTaskAssignmentQueuedEventData
Public Shared Function StorageTaskAssignmentQueuedEventData (Optional queuedOn As Nullable(Of DateTimeOffset) = Nothing, Optional taskExecutionId As String = Nothing) As StorageTaskAssignmentQueuedEventData
Parameters
- queuedOn
- Nullable<DateTimeOffset>
The time at which a storage task was queued.
- taskExecutionId
- String
The execution id for a storage task.
Returns
A new StorageTaskAssignmentQueuedEventData 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