|
66 | 66 | "type": "string" |
67 | 67 | } |
68 | 68 | } |
| 69 | + }, |
| 70 | + "ServiceBusActiveMessagesAvailablePeriodicNotificationsEventData": { |
| 71 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.ServiceBus.ActiveMessagesAvailablePeriodicNotifications event.", |
| 72 | + "type": "object", |
| 73 | + "properties": { |
| 74 | + "namespaceName": { |
| 75 | + "description": "The namespace name of the Microsoft.ServiceBus resource.", |
| 76 | + "type": "string" |
| 77 | + }, |
| 78 | + "requestUri": { |
| 79 | + "description": "The endpoint of the Microsoft.ServiceBus resource.", |
| 80 | + "type": "string" |
| 81 | + }, |
| 82 | + "entityType": { |
| 83 | + "description": "The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue' or 'subscriber'.", |
| 84 | + "type": "string" |
| 85 | + }, |
| 86 | + "queueName": { |
| 87 | + "description": "The name of the Microsoft.ServiceBus queue. If the entity type is of type 'subscriber', then this value will be null.", |
| 88 | + "type": "string" |
| 89 | + }, |
| 90 | + "topicName": { |
| 91 | + "description": "The name of the Microsoft.ServiceBus topic. If the entity type is of type 'queue', then this value will be null.", |
| 92 | + "type": "string" |
| 93 | + }, |
| 94 | + "subscriptionName": { |
| 95 | + "description": "The name of the Microsoft.ServiceBus topic's subscription. If the entity type is of type 'queue', then this value will be null.", |
| 96 | + "type": "string" |
| 97 | + } |
| 98 | + } |
| 99 | + }, |
| 100 | + "ServiceBusDeadletterMessagesAvailablePeriodicNotificationsEventData": { |
| 101 | + "description": "Schema of the Data property of an EventGridEvent for a Microsoft.ServiceBus.DeadletterMessagesAvailablePeriodicNotifications event.", |
| 102 | + "type": "object", |
| 103 | + "properties": { |
| 104 | + "namespaceName": { |
| 105 | + "description": "The namespace name of the Microsoft.ServiceBus resource.", |
| 106 | + "type": "string" |
| 107 | + }, |
| 108 | + "requestUri": { |
| 109 | + "description": "The endpoint of the Microsoft.ServiceBus resource.", |
| 110 | + "type": "string" |
| 111 | + }, |
| 112 | + "entityType": { |
| 113 | + "description": "The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue' or 'subscriber'.", |
| 114 | + "type": "string" |
| 115 | + }, |
| 116 | + "queueName": { |
| 117 | + "description": "The name of the Microsoft.ServiceBus queue. If the entity type is of type 'subscriber', then this value will be null.", |
| 118 | + "type": "string" |
| 119 | + }, |
| 120 | + "topicName": { |
| 121 | + "description": "The name of the Microsoft.ServiceBus topic. If the entity type is of type 'queue', then this value will be null.", |
| 122 | + "type": "string" |
| 123 | + }, |
| 124 | + "subscriptionName": { |
| 125 | + "description": "The name of the Microsoft.ServiceBus topic's subscription. If the entity type is of type 'queue', then this value will be null.", |
| 126 | + "type": "string" |
| 127 | + } |
| 128 | + } |
69 | 129 | } |
70 | 130 | } |
71 | 131 | } |
0 commit comments