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 name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/