Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Update Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
IUpdate |
The template for a subscription update operation, containing all the settings that can be modified. |
IWithAuthorizationRule |
The stage of the queue definition allowing to add an authorization rule for accessing the subscription. |
IWithDefaultMessageTTL |
The stage of the subscription definition allowing to define default TTL for messages. |
IWithDeleteOnIdle |
The stage of the subscription definition allowing to define auto delete behaviour. |
IWithExpiredMessageMovedToDeadLetterSubscription |
The stage of the subscription update allowing to specify whether expired message can be moved to secondary dead-letter subscription. |
IWithMessageBatching |
The stage of the subscription definition allowing configure message batching behaviour. |
IWithMessageLockDuration |
The stage of the subscription definition allowing to define duration for message lock. |
IWithMessageMovedToDeadLetterQueueOnMaxDeliveryCount |
The stage of the subscription definition allowing to specify maximum delivery count of message before moving it to dead-letter queue. |
IWithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException |
The stage of the subscription definition allowing to specify whether message those are failed on filter evaluation can be moved to secondary dead-letter subscription. |
IWithSession |
The stage of the subscription definition allowing to enable session support. |
Azure SDK for .NET