EventGridModelFactory.AcsRouterWorkerEventData 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 AcsRouterWorkerEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerEventData AcsRouterWorkerEventData (string jobId = default, string channelReference = default, string channelId = default, string workerId = default);
static member AcsRouterWorkerEventData : string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerEventData
Public Shared Function AcsRouterWorkerEventData (Optional jobId As String = Nothing, Optional channelReference As String = Nothing, Optional channelId As String = Nothing, Optional workerId As String = Nothing) As AcsRouterWorkerEventData
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.
Returns
A new AcsRouterWorkerEventData 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