EventGridModelFactory.AcsRouterWorkerOfferExpiredEventData 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 AcsRouterWorkerOfferExpiredEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerOfferExpiredEventData AcsRouterWorkerOfferExpiredEventData (string jobId = default, string channelReference = default, string channelId = default, string workerId = default, string queueId = default, string offerId = default);
static member AcsRouterWorkerOfferExpiredEventData : string * string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerOfferExpiredEventData
Public Shared Function AcsRouterWorkerOfferExpiredEventData (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) As AcsRouterWorkerOfferExpiredEventData
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 Expired Queue Id.
- offerId
- String
Router Worker Offer Expired Offer Id.
Returns
A new AcsRouterWorkerOfferExpiredEventData 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