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 |
withNewSendAndListenRule(String name)
Specifies that a new authorization rule should be created
that has send and listen 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.
|
EventHub.Update withNewSendRule(String name)
name - rule nameEventHub.Update withNewListenRule(String name)
name - rule nameEventHub.Update withNewSendAndListenRule(String name)
name - rule nameEventHub.Update withNewManageRule(String name)
name - rule nameEventHub.Update withoutAuthorizationRule(String ruleName)
ruleName - rule nameCopyright © 2020 Microsoft Corporation. All rights reserved.