Share via


ServiceBusActiveMessagesAvailableWithNoListenersEventData Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ServiceBusActiveMessagesAvailableWithNoListenersEventData+ServiceBusActiveMessagesAvailableWithNoListenersEventDataConverter))]
public class ServiceBusActiveMessagesAvailableWithNoListenersEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ServiceBusActiveMessagesAvailableWithNoListenersEventData+ServiceBusActiveMessagesAvailableWithNoListenersEventDataConverter))>]
type ServiceBusActiveMessagesAvailableWithNoListenersEventData = class
Public Class ServiceBusActiveMessagesAvailableWithNoListenersEventData
Inheritance
ServiceBusActiveMessagesAvailableWithNoListenersEventData
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