Share via


ServiceBusDeadletterMessagesAvailableWithNoListenersEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ServiceBusDeadletterMessagesAvailableWithNoListenersEventData+ServiceBusDeadletterMessagesAvailableWithNoListenersEventDataConverter))]
public class ServiceBusDeadletterMessagesAvailableWithNoListenersEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ServiceBusDeadletterMessagesAvailableWithNoListenersEventData+ServiceBusDeadletterMessagesAvailableWithNoListenersEventDataConverter))>]
type ServiceBusDeadletterMessagesAvailableWithNoListenersEventData = class
Public Class ServiceBusDeadletterMessagesAvailableWithNoListenersEventData
Inheritance
ServiceBusDeadletterMessagesAvailableWithNoListenersEventData
Attributes

Properties

EntityType

The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue' or 'subscriber'.

NamespaceName

The namespace name of the Microsoft.ServiceBus resource.

QueueName

The name of the Microsoft.ServiceBus queue. If the entity type is of type 'subscriber', then this value will be null.

RequestUri

The endpoint of the Microsoft.ServiceBus resource.

SubscriptionName

The name of the Microsoft.ServiceBus topic's subscription. If the entity type is of type 'queue', then this value will be null.

TopicName

The name of the Microsoft.ServiceBus topic. If the entity type is of type 'queue', then this value will be null.

Applies to