EventGridModelFactory.AcsRouterJobCompletedEventData 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 AcsRouterJobCompletedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobCompletedEventData AcsRouterJobCompletedEventData (string jobId = default, string channelReference = default, string channelId = default, string queueId = default, System.Collections.Generic.IReadOnlyDictionary<string,string> labels = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, string assignmentId = default, string workerId = default);
static member AcsRouterJobCompletedEventData : string * string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> * string * string -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobCompletedEventData
Public Shared Function AcsRouterJobCompletedEventData (Optional jobId As String = Nothing, Optional channelReference As String = Nothing, Optional channelId As String = Nothing, Optional queueId As String = Nothing, Optional labels As IReadOnlyDictionary(Of String, String) = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional assignmentId As String = Nothing, Optional workerId As String = Nothing) As AcsRouterJobCompletedEventData
Parameters
- jobId
- String
Router Event Job ID.
- channelReference
- String
Router Event Channel Reference.
- channelId
- String
Router Event Channel ID.
- queueId
- String
Router Job events Queue Id.
- labels
- IReadOnlyDictionary<String,String>
Router Job events Labels.
- tags
- IReadOnlyDictionary<String,String>
Router Jobs events Tags.
- assignmentId
- String
Router Job Completed Assignment Id.
- workerId
- String
Router Job Completed Worker Id.
Returns
A new AcsRouterJobCompletedEventData 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