File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
sdk/servicebus/Azure.Messaging.ServiceBus/src/Administration Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ public TimeSpan DefaultMessageTimeToLive
143143 /// The <see cref="TimeSpan"/> idle interval after which the queue is automatically deleted.
144144 /// </summary>
145145 /// <remarks>The minimum duration is 5 minutes. Default value is <see cref="TimeSpan.MaxValue"/>.</remarks>
146+ /// <seealso href="https://learn.microsoft.com/azure/service-bus-messaging/message-expiration#idleness">Service Bus: Idleness</seealso>
146147 public TimeSpan AutoDeleteOnIdle
147148 {
148149 get => autoDeleteOnIdle ;
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ public TimeSpan DefaultMessageTimeToLive
112112 /// The <see cref="TimeSpan"/> idle interval after which the subscription is automatically deleted.
113113 /// </summary>
114114 /// <remarks>The minimum duration is 5 minutes. Default value is <see cref="TimeSpan.MaxValue"/>.</remarks>
115+ /// <seealso href="https://learn.microsoft.com/azure/service-bus-messaging/message-expiration#idleness">Service Bus: Idleness</seealso>
115116 public TimeSpan AutoDeleteOnIdle
116117 {
117118 get => _autoDeleteOnIdle ;
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ public TimeSpan DefaultMessageTimeToLive
8181 /// The <see cref="TimeSpan"/> idle interval after which the topic is automatically deleted.
8282 /// </summary>
8383 /// <remarks>The minimum duration is 5 minutes. Default value is <see cref="TimeSpan.MaxValue"/>.</remarks>
84+ /// <seealso href="https://learn.microsoft.com/azure/service-bus-messaging/message-expiration#idleness">Service Bus: Idleness</seealso>
8485 public TimeSpan AutoDeleteOnIdle
8586 {
8687 get => _autoDeleteOnIdle ;
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ public TimeSpan DefaultMessageTimeToLive
138138 /// The <see cref="TimeSpan"/> idle interval after which the queue is automatically deleted.
139139 /// </summary>
140140 /// <remarks>The minimum duration is 5 minutes. Default value is <see cref="TimeSpan.MaxValue"/>.</remarks>
141+ /// <seealso href="https://learn.microsoft.com/azure/service-bus-messaging/message-expiration#idleness">Service Bus: Idleness</seealso>
141142 public TimeSpan AutoDeleteOnIdle
142143 {
143144 get => _autoDeleteOnIdle ;
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ public TimeSpan DefaultMessageTimeToLive
107107 /// The <see cref="TimeSpan"/> idle interval after which the subscription is automatically deleted.
108108 /// </summary>
109109 /// <remarks>The minimum duration is 5 minutes. Default value is <see cref="TimeSpan.MaxValue"/>.</remarks>
110+ /// <seealso href="https://learn.microsoft.com/azure/service-bus-messaging/message-expiration#idleness">Service Bus: Idleness</seealso>
110111 public TimeSpan AutoDeleteOnIdle
111112 {
112113 get => _autoDeleteOnIdle ;
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ public TimeSpan DefaultMessageTimeToLive
8585 /// The <see cref="TimeSpan"/> idle interval after which the topic is automatically deleted.
8686 /// </summary>
8787 /// <remarks>The minimum duration is 5 minutes. Default value is <see cref="TimeSpan.MaxValue"/>.</remarks>
88+ /// <seealso href="https://learn.microsoft.com/azure/service-bus-messaging/message-expiration#idleness">Service Bus: Idleness</seealso>
8889 public TimeSpan AutoDeleteOnIdle
8990 {
9091 get => _autoDeleteOnIdle ;
You can’t perform that action at this time.
0 commit comments