| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.Messaging.EventGrid.SystemEvents |
| | 9 | | { |
| | 10 | | /// <summary> Schema of the Data property of an EventGridEvent for a Microsoft.ServiceBus.DeadletterMessagesAvailabl |
| | 11 | | public partial class ServiceBusDeadletterMessagesAvailableWithNoListenersEventData |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of ServiceBusDeadletterMessagesAvailableWithNoListenersEventData. </sum |
| 0 | 14 | | internal ServiceBusDeadletterMessagesAvailableWithNoListenersEventData() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of ServiceBusDeadletterMessagesAvailableWithNoListenersEventData. </sum |
| | 19 | | /// <param name="namespaceName"> The namespace name of the Microsoft.ServiceBus resource. </param> |
| | 20 | | /// <param name="requestUri"> The endpoint of the Microsoft.ServiceBus resource. </param> |
| | 21 | | /// <param name="entityType"> The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue& |
| | 22 | | /// <param name="queueName"> The name of the Microsoft.ServiceBus queue. If the entity type is of type 'sub |
| | 23 | | /// <param name="topicName"> The name of the Microsoft.ServiceBus topic. If the entity type is of type 'que |
| | 24 | | /// <param name="subscriptionName"> The name of the Microsoft.ServiceBus topic's subscription. If the entit |
| 2 | 25 | | internal ServiceBusDeadletterMessagesAvailableWithNoListenersEventData(string namespaceName, string requestUri, |
| | 26 | | { |
| 2 | 27 | | NamespaceName = namespaceName; |
| 2 | 28 | | RequestUri = requestUri; |
| 2 | 29 | | EntityType = entityType; |
| 2 | 30 | | QueueName = queueName; |
| 2 | 31 | | TopicName = topicName; |
| 2 | 32 | | SubscriptionName = subscriptionName; |
| 2 | 33 | | } |
| | 34 | |
|
| | 35 | | /// <summary> The namespace name of the Microsoft.ServiceBus resource. </summary> |
| 2 | 36 | | public string NamespaceName { get; } |
| | 37 | | /// <summary> The endpoint of the Microsoft.ServiceBus resource. </summary> |
| 0 | 38 | | public string RequestUri { get; } |
| | 39 | | /// <summary> The entity type of the Microsoft.ServiceBus resource. Could be one of 'queue' or 's |
| 0 | 40 | | public string EntityType { get; } |
| | 41 | | /// <summary> The name of the Microsoft.ServiceBus queue. If the entity type is of type 'subscriber', |
| 0 | 42 | | public string QueueName { get; } |
| | 43 | | /// <summary> The name of the Microsoft.ServiceBus topic. If the entity type is of type 'queue', then |
| 0 | 44 | | public string TopicName { get; } |
| | 45 | | /// <summary> The name of the Microsoft.ServiceBus topic's subscription. If the entity type is of type &apo |
| 0 | 46 | | public string SubscriptionName { get; } |
| | 47 | | } |
| | 48 | | } |