ServiceBusActiveMessagesAvailableWithNoListenersEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.ServiceBus.ActiveMessagesAvailableWithNoListeners event.
Properties
entity |
The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue' or 'subscriber'. |
namespace |
The namespace name of the Microsoft.ServiceBus resource. |
queue |
The name of the Microsoft.ServiceBus queue. If the entity type is of type 'subscriber', then this value will be null. |
request |
The endpoint of the Microsoft.ServiceBus resource. |
subscription |
The name of the Microsoft.ServiceBus topic's subscription. If the entity type is of type 'queue', then this value will be null. |
topic |
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