Interface Queue.Update
- All Superinterfaces:
Appliable<Queue>, Indexable, Queue.UpdateStages.WithAuthorizationRule, Queue.UpdateStages.WithDefaultMessageTTL, Queue.UpdateStages.WithDeleteOnIdle, Queue.UpdateStages.WithDuplicateMessageDetection, Queue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueue, Queue.UpdateStages.WithExpressMessage, Queue.UpdateStages.WithMessageBatching, Queue.UpdateStages.WithMessageLockDuration, Queue.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount, Queue.UpdateStages.WithSession, Queue.UpdateStages.WithSize
- Enclosing interface:
Queue
public static interface Queue.Update
extends Appliable<Queue>, Queue.UpdateStages.WithSize, Queue.UpdateStages.WithDeleteOnIdle, Queue.UpdateStages.WithMessageLockDuration, Queue.UpdateStages.WithDefaultMessageTTL, Queue.UpdateStages.WithSession, Queue.UpdateStages.WithExpressMessage, Queue.UpdateStages.WithMessageBatching, Queue.UpdateStages.WithDuplicateMessageDetection, Queue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueue, Queue.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount, Queue.UpdateStages.WithAuthorizationRule
The template for Service Bus queue update operation, containing all the settings that can be modified.
-
Method Summary
Methods inherited from interface Appliable
apply, apply, applyAsync, applyAsyncMethods inherited from interface Queue.UpdateStages.WithAuthorizationRule
withNewListenRule, withNewManageRule, withNewSendRule, withoutAuthorizationRuleMethods inherited from interface Queue.UpdateStages.WithDefaultMessageTTL
withDefaultMessageTTLMethods inherited from interface Queue.UpdateStages.WithDeleteOnIdle
withDeleteOnIdleDurationInMinutesMethods inherited from interface Queue.UpdateStages.WithDuplicateMessageDetection
withDuplicateMessageDetectionHistoryDuration, withoutDuplicateMessageDetectionMethods inherited from interface Queue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueue
withExpiredMessageMovedToDeadLetterQueue, withoutExpiredMessageMovedToDeadLetterQueueMethods inherited from interface Queue.UpdateStages.WithExpressMessage
withExpressMessage, withoutExpressMessageMethods inherited from interface Queue.UpdateStages.WithMessageBatching
withMessageBatching, withoutMessageBatchingMethods inherited from interface Queue.UpdateStages.WithMessageLockDuration
withMessageLockDurationInSecondsMethods inherited from interface Queue.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
withMessageMovedToDeadLetterQueueOnMaxDeliveryCountMethods inherited from interface Queue.UpdateStages.WithSession
withoutSession, withSessionMethods inherited from interface Queue.UpdateStages.WithSize
withSizeInMB