Share via


EventGridModelFactory.AcsRouterWorkerOfferAcceptedEventData Method

Definition

Initializes a new instance of AcsRouterWorkerOfferAcceptedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerOfferAcceptedEventData AcsRouterWorkerOfferAcceptedEventData (string jobId = default, string channelReference = default, string channelId = default, string workerId = default, string queueId = default, string offerId = default, string assignmentId = default, int? jobPriority = default, System.Collections.Generic.IReadOnlyDictionary<string,string> workerLabels = default, System.Collections.Generic.IReadOnlyDictionary<string,string> workerTags = default, System.Collections.Generic.IReadOnlyDictionary<string,string> jobLabels = default, System.Collections.Generic.IReadOnlyDictionary<string,string> jobTags = default);
static member AcsRouterWorkerOfferAcceptedEventData : string * string * string * string * string * string * string * Nullable<int> * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerOfferAcceptedEventData
Public Shared Function AcsRouterWorkerOfferAcceptedEventData (Optional jobId As String = Nothing, Optional channelReference As String = Nothing, Optional channelId As String = Nothing, Optional workerId As String = Nothing, Optional queueId As String = Nothing, Optional offerId As String = Nothing, Optional assignmentId As String = Nothing, Optional jobPriority As Nullable(Of Integer) = Nothing, Optional workerLabels As IReadOnlyDictionary(Of String, String) = Nothing, Optional workerTags As IReadOnlyDictionary(Of String, String) = Nothing, Optional jobLabels As IReadOnlyDictionary(Of String, String) = Nothing, Optional jobTags As IReadOnlyDictionary(Of String, String) = Nothing) As AcsRouterWorkerOfferAcceptedEventData

Parameters

jobId
String

Router Event Job ID.

channelReference
String

Router Event Channel Reference.

channelId
String

Router Event Channel ID.

workerId
String

Router Worker events Worker Id.

queueId
String

Router Worker Offer Accepted Queue Id.

offerId
String

Router Worker Offer Accepted Offer Id.

assignmentId
String

Router Worker Offer Accepted Assignment Id.

jobPriority
Nullable<Int32>

Router Worker Offer Accepted Job Priority.

workerLabels
IReadOnlyDictionary<String,String>

Router Worker Offer Accepted Worker Labels.

workerTags
IReadOnlyDictionary<String,String>

Router Worker Offer Accepted Worker Tags.

jobLabels
IReadOnlyDictionary<String,String>

Router Worker Offer Accepted Job Labels.

jobTags
IReadOnlyDictionary<String,String>

Router Worker Offer Accepted Job Tags.

Returns

A new AcsRouterWorkerOfferAcceptedEventData instance for mocking.

Applies to