@Beta(value=V1_7_0)
public static interface EventHub.UpdateStages.WithAuthorizationRule
| Modifier and Type | Method and Description |
|---|---|
EventHub.Update |
withNewListenRule(String name)
Specifies that a new authorization rule should be created that has listen access to the event hub.
|
EventHub.Update |
withNewManageRule(String name)
Specifies that a new authorization rule should be created that has manage access to the event hub.
|
EventHub.Update |
withNewSendRule(String name)
Specifies that a new authorization rule should be created that has send access to the event hub.
|
EventHub.Update |
withoutAuthorizationRule(String ruleName)
Specifies that an authorization rule associated with the event hub should be deleted.
|
@Beta(value=V1_7_0) EventHub.Update withNewSendRule(String name)
name - rule name@Beta(value=V1_7_0) EventHub.Update withNewListenRule(String name)
name - rule name@Beta(value=V1_7_0) EventHub.Update withNewManageRule(String name)
name - rule name@Beta(value=V1_7_0) EventHub.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.
*/