AcsRouterWorkerOfferDeclinedEventData Class
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.
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterWorkerOfferDeclined event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerOfferDeclinedEventData+AcsRouterWorkerOfferDeclinedEventDataConverter))]
public class AcsRouterWorkerOfferDeclinedEventData : Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsRouterWorkerOfferDeclinedEventData+AcsRouterWorkerOfferDeclinedEventDataConverter))>]
type AcsRouterWorkerOfferDeclinedEventData = class
inherit AcsRouterWorkerEventData
Public Class AcsRouterWorkerOfferDeclinedEventData
Inherits AcsRouterWorkerEventData
- Inheritance
- Attributes
Properties
ChannelId |
Router Event Channel ID. (Inherited from AcsRouterEventData) |
ChannelReference |
Router Event Channel Reference. (Inherited from AcsRouterEventData) |
JobId |
Router Event Job ID. (Inherited from AcsRouterEventData) |
OfferId |
Router Worker Offer Declined Offer Id. |
QueueId |
Router Worker Offer Declined Queue Id. |
WorkerId |
Router Worker events Worker Id. (Inherited from AcsRouterWorkerEventData) |
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