Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition 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
IBlank |
The first stage of a subscription definition. |
IDefinition |
The entirety of the subscription definition. |
IWithAuthorizationRule |
The stage of the queue definition allowing to add an authorization rule for accessing the subscription. |
IWithCreate |
The stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified. |
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 definition allowing to specify whether expired message can be moved to secondary dead-letter subscription. |
IWithMessageBatching |
The stage of the subscription definition allowing specify batching behaviour. |
IWithMessageLockDuration |
The stage of the subscription definition allowing to define duration for message lock. |
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. |
IWithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount |
The stage of the subscription definition allowing to specify maximum delivery count of message before moving it to dead-letter subscription. |
IWithSession |
The stage of the subscription definition allowing to enable session support. |
Azure SDK for .NET