Interface Queue.UpdateStages
-
- Enclosing interface:
- Queue
public static interface Queue.UpdateStagesGrouping of Service Bus queue update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceQueue.UpdateStages.WithAuthorizationRuleThe stage of the queue definition allowing to add an authorization rule for accessing the queue.static interfaceQueue.UpdateStages.WithDefaultMessageTTLThe stage of the queue definition allowing to define default TTL for messages.static interfaceQueue.UpdateStages.WithDeleteOnIdleThe stage of the queue definition allowing to define auto delete behaviour.static interfaceQueue.UpdateStages.WithDuplicateMessageDetectionThe stage of the queue definition allowing to specify duration of the duplicate message detection history.static interfaceQueue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueueThe stage of the queue definition allowing to specify whether expired message can be moved to secondary dead-letter queue.static interfaceQueue.UpdateStages.WithExpressMessageThe stage of the queue definition allowing to mark it as either holding regular or express messages.static interfaceQueue.UpdateStages.WithMessageBatchingThe stage of the queue definition allowing configure message batching behaviour.static interfaceQueue.UpdateStages.WithMessageLockDurationThe stage of the queue definition allowing to define duration for message lock.static interfaceQueue.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCountThe stage of the queue definition allowing to specify maximum delivery count of message before moving it to dead-letter queue.static interfaceQueue.UpdateStages.WithSessionThe stage of the queue definition allowing to enable session support.static interfaceQueue.UpdateStages.WithSizeThe stage of the queue definition allowing to specify size.
-