次の方法で共有


EventGridModelFactory.AcsRouterJobQueuedEventData メソッド

定義

AcsRouterJobQueuedEventData の新しいインスタンスを初期化します。

public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobQueuedEventData AcsRouterJobQueuedEventData (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, int? priority = default, System.Collections.Generic.IEnumerable<Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerSelector> attachedWorkerSelectors = default, System.Collections.Generic.IEnumerable<Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerSelector> requestedWorkerSelectors = default);
static member AcsRouterJobQueuedEventData : string * string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> * Nullable<int> * seq<Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerSelector> * seq<Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerSelector> -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobQueuedEventData
Public Shared Function AcsRouterJobQueuedEventData (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 priority As Nullable(Of Integer) = Nothing, Optional attachedWorkerSelectors As IEnumerable(Of AcsRouterWorkerSelector) = Nothing, Optional requestedWorkerSelectors As IEnumerable(Of AcsRouterWorkerSelector) = Nothing) As AcsRouterJobQueuedEventData

パラメーター

jobId
String

ルーター イベント ジョブ ID。

channelReference
String

ルーター イベント チャネル リファレンス。

channelId
String

ルーター イベント チャネル ID。

queueId
String

ルーター ジョブ イベントキュー ID。

labels
IReadOnlyDictionary<String,String>

ルーター ジョブ イベントラベル。

tags
IReadOnlyDictionary<String,String>

ルーター ジョブ イベント タグ。

priority
Nullable<Int32>

ルーター ジョブの優先順位。

attachedWorkerSelectors
IEnumerable<AcsRouterWorkerSelector>

ルーター ジョブ キューに登録されたアタッチされたワーカー セレクター。

requestedWorkerSelectors
IEnumerable<AcsRouterWorkerSelector>

ルーター ジョブのキューに入れられた要求されたワーカー セレクター。

戻り値

モック作成用の新しい AcsRouterJobQueuedEventData インスタンス。

適用対象