Uses of Interface
com.microsoft.azure.management.servicebus.Topic.Update
Package
Description
This package contains the classes for ServiceBusManagementClient.
-
Uses of Topic.Update in com.microsoft.azure.management.servicebus
Modifier and TypeMethodDescriptionTopic.UpdateStages.WithDefaultMessageTTL.withDefaultMessageTTL
(org.joda.time.Period ttl) Specifies the duration after which the message expires.Topic.UpdateStages.WithDeleteOnIdle.withDeleteOnIdleDurationInMinutes
(int durationInMinutes) The idle interval after which the topic is automatically deleted.Topic.UpdateStages.WithDuplicateMessageDetection.withDuplicateMessageDetectionHistoryDuration
(org.joda.time.Period duration) Specifies the duration of the duplicate message detection history.Topic.UpdateStages.WithExpressMessage.withExpressMessage()
Specifies that messages in this topic are express hence they can be cached in memory for some time before storing it in messaging store.Topic.UpdateStages.WithMessageBatching.withMessageBatching()
Specifies that service bus can batch multiple message when it write messages to or delete messages from it's internal store.Topic.UpdateStages.WithAuthorizationRule.withNewListenRule
(String name) Creates a listen authorization rule for the topic.Topic.UpdateStages.WithAuthorizationRule.withNewManageRule
(String name) Creates a manage authorization rule for the topic.Topic.UpdateStages.WithAuthorizationRule.withNewSendRule
(String name) Creates a send authorization rule for the topic.Topic.UpdateStages.WithSubscription.withNewSubscription
(String name) Creates a subscription entity for the Service Bus topic.Topic.UpdateStages.WithAuthorizationRule.withoutAuthorizationRule
(String name) Removes an authorization rule for the topic.Topic.UpdateStages.WithDuplicateMessageDetection.withoutDuplicateMessageDetection()
Specifies that duplicate message detection needs to be disabled.Topic.UpdateStages.WithExpressMessage.withoutExpressMessage()
Specifies that messages in this topic are not express hence they should be cached in memory.Topic.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.Topic.UpdateStages.WithSubscription.withoutSubscription
(String name) Removes a subscription entity associated with the Service Bus topic.Topic.UpdateStages.WithSize.withSizeInMB
(long sizeInMB) Specifies the maximum size of memory allocated for the topic.