Topic.UpdateStages.WithSubscription 接口
定义
The stage of the Service Bus namespace update allowing to manage subscriptions for the topic.
public interface WithSubscription
方法
withNewSubscription(String name) |
Creates a subscription entity for the Service Bus topic.
|
withoutSubscription(String name) |
Removes a subscription entity associated with the Service Bus topic.
|