Share via


ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData Class

Definition

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

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