AcsRouterJobCompletedEventData 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.RouterJobCompleted event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobCompletedEventData+AcsRouterJobCompletedEventDataConverter))]
public class AcsRouterJobCompletedEventData : Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobCompletedEventData+AcsRouterJobCompletedEventDataConverter))>]
type AcsRouterJobCompletedEventData = class
inherit AcsRouterJobEventData
Public Class AcsRouterJobCompletedEventData
Inherits AcsRouterJobEventData
- Inheritance
- Attributes
Properties
AssignmentId |
Router Job Completed Assignment Id. |
ChannelId |
Router Event Channel ID. (Inherited from AcsRouterEventData) |
ChannelReference |
Router Event Channel Reference. (Inherited from AcsRouterEventData) |
JobId |
Router Event Job ID. (Inherited from AcsRouterEventData) |
Labels |
Router Job events Labels. (Inherited from AcsRouterJobEventData) |
QueueId |
Router Job events Queue Id. (Inherited from AcsRouterJobEventData) |
Tags |
Router Jobs events Tags. (Inherited from AcsRouterJobEventData) |
WorkerId |
Router Job Completed Worker Id. |
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