ServiceBusDeadletterMessagesAvailableWithNoListenersEventData interface

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

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.

Property Details

entityType

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

entityType: string

Property Value

string

namespaceName

The namespace name of the Microsoft.ServiceBus resource.

namespaceName: string

Property Value

string

queueName

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

queueName: string

Property Value

string

requestUri

The endpoint of the Microsoft.ServiceBus resource.

requestUri: string

Property Value

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.

subscriptionName: string

Property Value

string

topicName

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

topicName: string

Property Value

string