Package | Description |
---|---|
com.microsoft.azure.management.servicebus |
This package contains the classes for ServiceBusManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithDefaultMessageTTL.withDefaultMessageTTL(org.joda.time.Period ttl)
Specifies the duration after which the message expires.
|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithDeleteOnIdle.withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the subscription is automatically deleted.
|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription.withExpiredMessageMovedToDeadLetterSubscription()
Specifies that expired message must be moved to dead-letter subscription.
|
ServiceBusSubscription.Update |
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.Update |
ServiceBusSubscription.UpdateStages.WithMessageLockDuration.withMessageLockDurationInSeconds(int durationInSeconds)
Specifies the amount of time that the message is locked for other receivers.
|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount.withMessageMovedToDeadLetterQueueOnMaxDeliveryCount(int deliveryCount)
Specifies maximum number of times a message can be delivered.
|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException.withMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException()
Specifies that filter evaluation failed message must be moved to dead-letter subscription.
|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithAuthorizationRule.withNewAuthorizationRule(String name,
AccessRights... rights)
Creates an authorization rule for the subscription.
|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription.withoutExpiredMessageMovedToDeadLetterSubscription()
Specifies that expired message should not be moved to dead-letter subscription.
|
ServiceBusSubscription.Update |
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.Update |
ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException.withoutMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException()
Specifies that filter evaluation failed message should not be moved to dead-letter subscription.
|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithAuthorizationRule.withoutNewAuthorizationRule(String name)
Removes an authorization rule for the subscription.
|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithSession.withoutSession()
Specifies that session support should be disabled for the subscription.
|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithSession.withSession()
Specifies that session support should be enabled for the subscription.
|
Copyright © 2019. All rights reserved.