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