Interface ServiceBusNamespace.UpdateStages.WithTopic
- All Known Subinterfaces:
ServiceBusNamespace.Update
- Enclosing interface:
- ServiceBusNamespace.UpdateStages
public static interface ServiceBusNamespace.UpdateStages.WithTopic
The stage of the Service Bus namespace update allowing to manage topics in the namespace.
-
Method Summary
Modifier and TypeMethodDescriptionwithNewTopic
(String name, int maxSizeInMB) Creates a topic entity in the Service Bus namespace.withoutTopic
(String name) Removes a topic entity from the Service Bus namespace.
-
Method Details
-
withNewTopic
Creates a topic entity in the Service Bus namespace.- Parameters:
name
- topic namemaxSizeInMB
- maximum size of memory allocated for the topic entity- Returns:
- next stage of the Service Bus namespace update
-
withoutTopic
Removes a topic entity from the Service Bus namespace.- Parameters:
name
- topic name- Returns:
- next stage of the Service Bus namespace update
-