Microsoft.Azure.Management.ServiceBus.Fluent.Queue.Update Namespace

Interfaces

IUpdate

The template for Service Bus queue 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 queue.

IWithDefaultMessageTTL

The stage of the queue definition allowing to define default TTL for messages.

IWithDeleteOnIdle

The stage of the queue definition allowing to define auto delete behaviour.

IWithDuplicateMessageDetection

The stage of the queue definition allowing to specify duration of the duplicate message detection history.

IWithExpiredMessageMovedToDeadLetterQueue

The stage of the queue definition allowing to specify whether expired message can be moved to secondary dead-letter queue.

IWithExpressMessage

The stage of the queue definition allowing to mark it as either holding regular or express messages.

IWithMessageBatching

The stage of the queue definition allowing configure message batching behaviour.

IWithMessageLockDuration

The stage of the queue definition allowing to define duration for message lock.

IWithMessageMovedToDeadLetterQueueOnMaxDeliveryCount

The stage of the queue definition allowing to specify maximum delivery count of message before moving it to dead-letter queue.

IWithSession

The stage of the queue definition allowing to enable session support.

IWithSize

The stage of the queue definition allowing to specify size.