public static interface Topic.UpdateStages.WithSubscription
Modifier and Type | Method and Description |
---|---|
Topic.Update |
withNewSubscription(String name)
Creates a subscription entity for the Service Bus topic.
|
Topic.Update |
withoutSubscription(String name)
Removes a subscription entity associated with the Service Bus topic.
|
Topic.Update withNewSubscription(String name)
name
- queue nameTopic.Update withoutSubscription(String name)
name
- subscription nameCopyright © 2019. All rights reserved.