Interface ServiceBusNamespace.DefinitionStages.WithTopic
-
- All Known Subinterfaces:
ServiceBusNamespace.Definition,ServiceBusNamespace.DefinitionStages.WithCreate
- Enclosing interface:
- ServiceBusNamespace.DefinitionStages
public static interface ServiceBusNamespace.DefinitionStages.WithTopicThe stage of the Service Bus namespace definition allowing to add a new topic in the namespace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBusNamespace.DefinitionStages.WithCreatewithNewTopic(String name, int maxSizeInMB)Creates a topic entity in the Service Bus namespace.
-
-
-
Method Detail
-
withNewTopic
ServiceBusNamespace.DefinitionStages.WithCreate withNewTopic(String name, int maxSizeInMB)
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 definition
-
-