Interface ServiceBusSubscription.Update
- All Superinterfaces:
Appliable<ServiceBusSubscription>
,Indexable
,ServiceBusSubscription.UpdateStages.WithDefaultMessageTTL
,ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
,ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
,ServiceBusSubscription.UpdateStages.WithMessageBatching
,ServiceBusSubscription.UpdateStages.WithMessageLockDuration
,ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
,ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
,ServiceBusSubscription.UpdateStages.WithSession
- Enclosing interface:
- ServiceBusSubscription
public static interface ServiceBusSubscription.Update
extends Appliable<ServiceBusSubscription>, ServiceBusSubscription.UpdateStages.WithDeleteOnIdle, ServiceBusSubscription.UpdateStages.WithMessageLockDuration, ServiceBusSubscription.UpdateStages.WithDefaultMessageTTL, ServiceBusSubscription.UpdateStages.WithSession, ServiceBusSubscription.UpdateStages.WithMessageBatching, ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription, ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount, ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
The template for a subscription 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.ServiceBusSubscription.UpdateStages.WithDefaultMessageTTL
withDefaultMessageTTL
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
withDeleteOnIdleDurationInMinutes
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
withExpiredMessageMovedToDeadLetterSubscription, withoutExpiredMessageMovedToDeadLetterSubscription
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithMessageBatching
withMessageBatching, withoutMessageBatching
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithMessageLockDuration
withMessageLockDurationInSeconds
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
withMessageMovedToDeadLetterQueueOnMaxDeliveryCount
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
withMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException, withoutMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
Methods inherited from interface com.microsoft.azure.management.servicebus.ServiceBusSubscription.UpdateStages.WithSession
withoutSession, withSession