public static interface ServiceBusNamespace.UpdateStages.WithAuthorizationRule
| Modifier and Type | Method and Description |
|---|---|
ServiceBusNamespace.Update |
withNewListenRule(String name)
Creates a listen authorization rule for the Service Bus namespace.
|
ServiceBusNamespace.Update |
withNewManageRule(String name)
Creates a manage authorization rule for the Service Bus namespace.
|
ServiceBusNamespace.Update |
withNewSendRule(String name)
Creates a send authorization rule for the Service Bus namespace.
|
ServiceBusNamespace.Update |
withoutAuthorizationRule(String name)
Removes an authorization rule from the Service Bus namespace.
|
ServiceBusNamespace.Update withNewSendRule(String name)
name - rule nameServiceBusNamespace.Update withNewListenRule(String name)
name - rule nameServiceBusNamespace.Update withNewManageRule(String name)
name - rule nameServiceBusNamespace.Update withoutAuthorizationRule(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.
*/