ServiceBusNamespace.UpdateStages.WithTopic Interface
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 Type | Method and Description |
---|---|
abstract Update |
withNewTopic(String name, int maxSizeInMB)
Creates a topic entity in the Service Bus namespace. |
abstract Update |
withoutTopic(String name)
Removes a topic entity from the Service Bus namespace. |
Method Details
withNewTopic
public abstract ServiceBusNamespace.Update withNewTopic(String name, int maxSizeInMB)
Creates a topic entity in the Service Bus namespace.
Parameters:
Returns:
withoutTopic
public abstract ServiceBusNamespace.Update withoutTopic(String name)
Removes a topic entity from the Service Bus namespace.
Parameters:
Returns:
Applies to
Azure SDK for Java