ServiceBusSubscription.Update Interface
Implements
Appliable<ServiceBusSubscription>
WithDefaultMessageTTL
WithDeleteOnIdle
WithExpiredMessageMovedToDeadLetterSubscription
WithMessageBatching
WithMessageLockDuration
WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
WithSession
public static interface ServiceBusSubscription.Update
extends Appliable<ServiceBusSubscription>, WithDeleteOnIdle, WithMessageLockDuration, WithDefaultMessageTTL, WithSession, WithMessageBatching, WithExpiredMessageMovedToDeadLetterSubscription, WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount, WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
The template for a subscription update operation, containing all the settings that can be modified.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java