EventGridModelFactory.AcsRouterJobUnassignedEventData 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 AcsRouterJobUnassignedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobUnassignedEventData AcsRouterJobUnassignedEventData (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 AcsRouterJobUnassignedEventData : string * string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> * string * string -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobUnassignedEventData
Public Shared Function AcsRouterJobUnassignedEventData (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 AcsRouterJobUnassignedEventData
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 Unassigned Assignment Id.
- workerId
- String
Router Job Unassigned Worker Id.
Returns
A new AcsRouterJobUnassignedEventData 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