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 com.microsoft.azure.management.resources.fluentcore.model.Appliable
apply, applyAsync, applyAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithAuthorizationRule
withNewListenRule, withNewManageRule, withNewSendRule, withoutAuthorizationRule
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithDefaultMessageTTL
withDefaultMessageTTL
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithDeleteOnIdle
withDeleteOnIdleDurationInMinutes
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithDuplicateMessageDetection
withDuplicateMessageDetectionHistoryDuration, withoutDuplicateMessageDetection
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueue
withExpiredMessageMovedToDeadLetterQueue, withoutExpiredMessageMovedToDeadLetterQueue
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithExpressMessage
withExpressMessage, withoutExpressMessage
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithMessageBatching
withMessageBatching, withoutMessageBatching
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithMessageLockDuration
withMessageLockDurationInSeconds
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
withMessageMovedToDeadLetterQueueOnMaxDeliveryCount
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithSession
withoutSession, withSession
Methods inherited from interface com.microsoft.azure.management.servicebus.Queue.UpdateStages.WithSize
withSizeInMB