Freigeben über


EventGridModelFactory.AcsRouterWorkerOfferIssuedEventData Methode

Definition

Initialisiert eine neue instance von AcsRouterWorkerOfferIssuedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerOfferIssuedEventData AcsRouterWorkerOfferIssuedEventData (string jobId = default, string channelReference = default, string channelId = default, string workerId = default, string queueId = default, string offerId = default, int? jobPriority = default, System.Collections.Generic.IReadOnlyDictionary<string,string> workerLabels = default, DateTimeOffset? offeredOn = default, DateTimeOffset? expiresOn = 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 AcsRouterWorkerOfferIssuedEventData : string * string * string * string * string * string * Nullable<int> * System.Collections.Generic.IReadOnlyDictionary<string, string> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerOfferIssuedEventData
Public Shared Function AcsRouterWorkerOfferIssuedEventData (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 jobPriority As Nullable(Of Integer) = Nothing, Optional workerLabels As IReadOnlyDictionary(Of String, String) = Nothing, Optional offeredOn As Nullable(Of DateTimeOffset) = Nothing, Optional expiresOn As Nullable(Of DateTimeOffset) = 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 AcsRouterWorkerOfferIssuedEventData

Parameter

jobId
String

Auftrags-ID des Routerereignisses.

channelReference
String

Referenz zum Routerereigniskanal.

channelId
String

Router-Ereigniskanal-ID.

workerId
String

Router Worker-Ereignisse Worker-ID.

queueId
String

Ausgestellte Warteschlangen-ID des Router worker-Angebots.

offerId
String

Angebots-ID des Router-Worker-Angebots.

jobPriority
Nullable<Int32>

Router Worker Offer Issued Job Priority( Router Worker Offer Issued Job Priority)

workerLabels
IReadOnlyDictionary<String,String>

Router Worker Offer Ausgestellte Workerbezeichnungen.

offeredOn
Nullable<DateTimeOffset>

Router Worker Offer Issued Time in UTC.

expiresOn
Nullable<DateTimeOffset>

Router Worker-Angebot ausgestellte Ablaufzeit in UTC.

workerTags
IReadOnlyDictionary<String,String>

Vom Router Worker-Angebot ausgestellte Workertags.

jobLabels
IReadOnlyDictionary<String,String>

Vom Router Worker-Angebot ausgestellte Auftragsbezeichnungen.

jobTags
IReadOnlyDictionary<String,String>

Vom Router Worker-Angebot ausgestellte Auftragstags.

Gibt zurück

Eine neue AcsRouterWorkerOfferIssuedEventData instance zum Simulieren.

Gilt für: