@Beta(value=V1_7_0)
public static interface EventHubNamespace.UpdateStages.WithAuthorizationRule
| Modifier and Type | Method and Description |
|---|---|
EventHubNamespace.Update |
withNewListenRule(String ruleName)
Specifies that a new authorization rule should be created that has listen access to the event hub namespace.
|
EventHubNamespace.Update |
withNewManageRule(String ruleName)
Specifies that a new authorization rule should be created that has manage access to the event hub namespace.
|
EventHubNamespace.Update |
withNewSendRule(String ruleName)
Specifies that a new authorization rule should be created that has send access to the event hub namespace.
|
EventHubNamespace.Update |
withoutAuthorizationRule(String ruleName)
Deletes an authorization rule associated with the event hub namespace.
|
@Beta(value=V1_7_0) EventHubNamespace.Update withNewSendRule(String ruleName)
ruleName - rule name@Beta(value=V1_7_0) EventHubNamespace.Update withNewListenRule(String ruleName)
ruleName - rule name@Beta(value=V1_7_0) EventHubNamespace.Update withNewManageRule(String ruleName)
ruleName - rule name@Beta(value=V1_7_0) EventHubNamespace.Update withoutAuthorizationRule(String ruleName)
ruleName - rule name /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/