Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceBusActiveMessagesAvailableWithNoListenersEventData

Package version

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

Hierarchy

  • ServiceBusActiveMessagesAvailableWithNoListenersEventData

Index

Properties

entityType

entityType: string

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

namespaceName

namespaceName: string

The namespace name of the Microsoft.ServiceBus resource.

queueName

queueName: string

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

requestUri

requestUri: string

The endpoint of the Microsoft.ServiceBus resource.

subscriptionName

subscriptionName: string

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

topicName

topicName: 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