Uses of Interface
com.microsoft.azure.management.servicebus.ServiceBusSubscription.Update
Package
Description
This package contains the classes for ServiceBusManagementClient.
-
Uses of ServiceBusSubscription.Update in com.microsoft.azure.management.servicebus
Modifier and TypeMethodDescriptionServiceBusSubscription.UpdateStages.WithDefaultMessageTTL.withDefaultMessageTTL
(org.joda.time.Period ttl) Specifies the duration after which the message expires.ServiceBusSubscription.UpdateStages.WithDeleteOnIdle.withDeleteOnIdleDurationInMinutes
(int durationInMinutes) The idle interval after which the subscription is automatically deleted.ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription.withExpiredMessageMovedToDeadLetterSubscription()
Specifies that expired message must be moved to dead-letter subscription.ServiceBusSubscription.UpdateStages.WithMessageBatching.withMessageBatching()
Specifies that service bus can batch multiple message when it write messages to or delete messages from it's internal store.ServiceBusSubscription.UpdateStages.WithMessageLockDuration.withMessageLockDurationInSeconds
(int durationInSeconds) Specifies the amount of time that the message is locked for other receivers.ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount.withMessageMovedToDeadLetterQueueOnMaxDeliveryCount
(int deliveryCount) Specifies maximum number of times a message can be delivered.ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException.withMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException()
Specifies that filter evaluation failed message must be moved to dead-letter subscription.ServiceBusSubscription.UpdateStages.WithAuthorizationRule.withNewAuthorizationRule
(String name, AccessRights... rights) Creates an authorization rule for the subscription.ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription.withoutExpiredMessageMovedToDeadLetterSubscription()
Specifies that expired message should not be moved to dead-letter subscription.ServiceBusSubscription.UpdateStages.WithMessageBatching.withoutMessageBatching()
Specifies that batching of messages should be disabled when service bus write messages to or delete messages from it's internal store.ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException.withoutMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException()
Specifies that filter evaluation failed message should not be moved to dead-letter subscription.ServiceBusSubscription.UpdateStages.WithAuthorizationRule.withoutNewAuthorizationRule
(String name) Removes an authorization rule for the subscription.ServiceBusSubscription.UpdateStages.WithSession.withoutSession()
Specifies that session support should be disabled for the subscription.ServiceBusSubscription.UpdateStages.WithSession.withSession()
Specifies that session support should be enabled for the subscription.