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.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.UpdateStages.WithAuthorizationRule
withNewListenRule, withNewManageRule, withNewSendRule, withoutAuthorizationRule
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.UpdateStages.WithDefaultMessageTTL
withDefaultMessageTTL
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.UpdateStages.WithDeleteOnIdle
withDeleteOnIdleDurationInMinutes
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.UpdateStages.WithDuplicateMessageDetection
withDuplicateMessageDetectionHistoryDuration, withoutDuplicateMessageDetection
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.UpdateStages.WithExpressMessage
withExpressMessage, withoutExpressMessage
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.UpdateStages.WithMessageBatching
withMessageBatching, withoutMessageBatching
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.UpdateStages.WithSize
withSizeInMB
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.UpdateStages.WithSubscription
withNewSubscription, withoutSubscription
-
-