次の方法で共有


EventGridModelFactory.AcsRouterJobSchedulingFailedEventData メソッド

定義

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

public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobSchedulingFailedEventData AcsRouterJobSchedulingFailedEventData (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> expiredAttachedWorkerSelectors = default, System.Collections.Generic.IEnumerable<Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerSelector> expiredRequestedWorkerSelectors = default, DateTimeOffset? scheduledOn = default, string failureReason = default);
static member AcsRouterJobSchedulingFailedEventData : 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> * Nullable<DateTimeOffset> * string -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobSchedulingFailedEventData
Public Shared Function AcsRouterJobSchedulingFailedEventData (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 expiredAttachedWorkerSelectors As IEnumerable(Of AcsRouterWorkerSelector) = Nothing, Optional expiredRequestedWorkerSelectors As IEnumerable(Of AcsRouterWorkerSelector) = Nothing, Optional scheduledOn As Nullable(Of DateTimeOffset) = Nothing, Optional failureReason As String = Nothing) As AcsRouterJobSchedulingFailedEventData

パラメーター

jobId
String

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

channelReference
String

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

channelId
String

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

queueId
String

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

labels
IReadOnlyDictionary<String,String>

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

tags
IReadOnlyDictionary<String,String>

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

priority
Nullable<Int32>

ルーター ジョブの優先度。

expiredAttachedWorkerSelectors
IEnumerable<AcsRouterWorkerSelector>

ルーター ジョブのスケジュールに失敗した接続ワーカー セレクターの有効期限が切れています。

expiredRequestedWorkerSelectors
IEnumerable<AcsRouterWorkerSelector>

ルーター ジョブ スケジュール失敗要求ワーカー セレクターの有効期限が切れています。

scheduledOn
Nullable<DateTimeOffset>

ルーター ジョブのスケジュールに失敗したスケジュールされた時刻 (UTC)。

failureReason
String

ルーター ジョブのスケジュールが失敗した理由。

戻り値

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

適用対象