Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData

Package version

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

Hierarchy

  • ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData

Index

Properties

Optional entityType

entityType: undefined | string

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

Optional namespaceName

namespaceName: undefined | string

The namespace name of the Microsoft.ServiceBus resource.

Optional queueName

queueName: undefined | string

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

Optional requestUri

requestUri: undefined | string

The endpoint of the Microsoft.ServiceBus resource.

Optional subscriptionName

subscriptionName: undefined | string

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

Optional topicName

topicName: undefined | string

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

Generated using TypeDoc