AcsRouterJobClassificationFailedEventData 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.RouterJobClassificationFailed event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobClassificationFailedEventData+AcsRouterJobClassificationFailedEventDataConverter))]
public class AcsRouterJobClassificationFailedEventData : Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobClassificationFailedEventData+AcsRouterJobClassificationFailedEventDataConverter))>]
type AcsRouterJobClassificationFailedEventData = class
inherit AcsRouterJobEventData
Public Class AcsRouterJobClassificationFailedEventData
Inherits AcsRouterJobEventData
- Inheritance
- Attributes
Properties
ChannelId |
Router Event Channel ID. (Inherited from AcsRouterEventData) |
ChannelReference |
Router Event Channel Reference. (Inherited from AcsRouterEventData) |
ClassificationPolicyId |
Router Job Classification Policy Id. |
Errors |
List of Router Communication Errors. |
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) |
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