Topic.DefinitionStages.WithSubscription Interface
public static interface Topic.DefinitionStages.WithSubscription
The stage of the Service Bus namespace update allowing to manage subscriptions for the topic.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withNewSubscription(String name)
Creates a subscription entity for the Service Bus topic. |
Method Details
withNewSubscription
public abstract Topic.DefinitionStages.WithCreate withNewSubscription(String name)
Creates a subscription entity for the Service Bus topic.
Parameters:
name
- queue name
Returns:
the next stage of topic definition
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java