ServiceBusNamespace.DefinitionStages.WithTopic Interface
public static interface ServiceBusNamespace.DefinitionStages.WithTopic
The stage of the Service Bus namespace definition allowing to add a new topic in the namespace.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withNewTopic(String name, int maxSizeInMB)
Creates a topic entity in the Service Bus namespace. |
Method Details
withNewTopic
public abstract ServiceBusNamespace.DefinitionStages.WithCreate withNewTopic(String name, int maxSizeInMB)
Creates a topic entity in the Service Bus namespace.
Parameters:
name
- topic name
maxSizeInMB
- maximum size of memory allocated for the topic entity
Returns:
next stage of the Service Bus namespace definition
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java