Interface Topic.Update
- All Superinterfaces:
Appliable<Topic>
,Indexable
,Topic.UpdateStages.WithAuthorizationRule
,Topic.UpdateStages.WithDefaultMessageTTL
,Topic.UpdateStages.WithDeleteOnIdle
,Topic.UpdateStages.WithDuplicateMessageDetection
,Topic.UpdateStages.WithExpressMessage
,Topic.UpdateStages.WithMessageBatching
,Topic.UpdateStages.WithSize
,Topic.UpdateStages.WithSubscription
- Enclosing interface:
- Topic
public static interface Topic.Update
extends Appliable<Topic>, Topic.UpdateStages.WithSize, Topic.UpdateStages.WithDeleteOnIdle, Topic.UpdateStages.WithDefaultMessageTTL, Topic.UpdateStages.WithExpressMessage, Topic.UpdateStages.WithMessageBatching, Topic.UpdateStages.WithDuplicateMessageDetection, Topic.UpdateStages.WithSubscription, Topic.UpdateStages.WithAuthorizationRule
The template for a Service Bus topic update operation, containing all the settings that can be modified.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Appliable
apply, applyAsync, applyAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithAuthorizationRule
withNewListenRule, withNewManageRule, withNewSendRule, withoutAuthorizationRule
Methods inherited from interface com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithDefaultMessageTTL
withDefaultMessageTTL
Methods inherited from interface com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithDeleteOnIdle
withDeleteOnIdleDurationInMinutes
Methods inherited from interface com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithDuplicateMessageDetection
withDuplicateMessageDetectionHistoryDuration, withoutDuplicateMessageDetection
Methods inherited from interface com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithExpressMessage
withExpressMessage, withoutExpressMessage
Methods inherited from interface com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithMessageBatching
withMessageBatching, withoutMessageBatching
Methods inherited from interface com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithSize
withSizeInMB
Methods inherited from interface com.microsoft.azure.management.servicebus.Topic.UpdateStages.WithSubscription
withNewSubscription, withoutSubscription