Topic.UpdateStages.WithSubscription Interface
public interface WithSubscription
The stage of the Service Bus namespace update allowing to manage subscriptions for the topic.
Method Summary
Modifier and Type | Method and Description |
---|---|
Topic. |
withNewSubscription(String name)
Creates a subscription entity for the Service Bus topic. |
Topic. |
withoutSubscription(String name)
Removes a subscription entity associated with the Service Bus topic. |
Method Details
withNewSubscription
public Update withNewSubscription(String name)
Creates a subscription entity for the Service Bus topic.
Parameters:
name
- queue name
Returns:
next stage of the Service Bus topic update
withoutSubscription
public Update withoutSubscription(String name)
Removes a subscription entity associated with the Service Bus topic.
Parameters:
name
- subscription name
Returns:
next stage of the Service Bus topic update
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java