ServiceBusDeadletterMessagesAvailableWithNoListenersEventData 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.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
Azure SDK for .NET