public static interface ServiceBusSubscription.UpdateStages.WithAuthorizationRule
| Modifier and Type | Method and Description |
|---|---|
ServiceBusSubscription.Update |
withNewAuthorizationRule(String name,
AccessRights... rights)
Creates an authorization rule for the subscription.
|
ServiceBusSubscription.Update |
withoutNewAuthorizationRule(String name)
Removes an authorization rule for the subscription.
|
ServiceBusSubscription.Update withNewAuthorizationRule(String name, AccessRights... rights)
name - rule namerights - rule rightsServiceBusSubscription.Update withoutNewAuthorizationRule(String name)
name - rule name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/