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.
|
EventHubNamespace.Update withNewSendRule(String ruleName)
ruleName - rule nameEventHubNamespace.Update withNewListenRule(String ruleName)
ruleName - rule nameEventHubNamespace.Update withNewManageRule(String ruleName)
ruleName - rule nameEventHubNamespace.Update withoutAuthorizationRule(String ruleName)
ruleName - rule nameCopyright © 2020 Microsoft Corporation. All rights reserved.