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.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.ServiceBusSubscription.UpdateStages.WithDefaultMessageTTL
withDefaultMessageTTL
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
withDeleteOnIdleDurationInMinutes
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
withExpiredMessageMovedToDeadLetterSubscription, withoutExpiredMessageMovedToDeadLetterSubscription
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.ServiceBusSubscription.UpdateStages.WithMessageBatching
withMessageBatching, withoutMessageBatching
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.ServiceBusSubscription.UpdateStages.WithMessageLockDuration
withMessageLockDurationInSeconds
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
withMessageMovedToDeadLetterQueueOnMaxDeliveryCount
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
withMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException, withoutMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.ServiceBusSubscription.UpdateStages.WithSession
withoutSession, withSession
-
-