public static interface ServiceBusNamespace.UpdateStages.WithTopic
| Modifier and Type | Method and Description |
|---|---|
ServiceBusNamespace.Update |
withNewTopic(String name,
int maxSizeInMB)
Creates a topic entity in the Service Bus namespace.
|
ServiceBusNamespace.Update |
withoutTopic(String name)
Removes a topic entity from the Service Bus namespace.
|
ServiceBusNamespace.Update withNewTopic(String name, int maxSizeInMB)
name - topic namemaxSizeInMB - maximum size of memory allocated for the topic entityServiceBusNamespace.Update withoutTopic(String name)
name - topic nameCopyright © 2019. All rights reserved.