Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceBusDeadletterMessagesAvailableWithNoListenersEventData

Package version

interface

An interface representing ServiceBusDeadletterMessagesAvailableWithNoListenersEventData. Schema of the Data property of an EventGridEvent for a Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListenersEvent event.

Hierarchy

  • ServiceBusDeadletterMessagesAvailableWithNoListenersEventData

Index

Properties

Optional entityType

entityType: undefined | string
member

{string} [entityType] The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue' or 'subscriber'.

Optional namespaceName

namespaceName: undefined | string
member

{string} [namespaceName] The namespace name of the Microsoft.ServiceBus resource.

Optional queueName

queueName: undefined | string
member

{string} [queueName] 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
member

{string} [requestUri] The endpoint of the Microsoft.ServiceBus resource.

Optional subscriptionName

subscriptionName: undefined | string
member

{string} [subscriptionName] 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
member

{string} [topicName] The name of the Microsoft.ServiceBus topic. If the entity type is of type 'queue', then this value will be null.

Generated using TypeDoc