public static interface EventHub.DefinitionStages.WithAuthorizationRule
| Modifier and Type | Method and Description |
|---|---|
EventHub.DefinitionStages.WithCreate |
withNewListenRule(String ruleName)
Specifies that a new authorization rule should be created that has listen access to the event hub.
|
EventHub.DefinitionStages.WithCreate |
withNewManageRule(String ruleName)
Specifies that a new authorization rule should be created that has manage access to the event hub.
|
EventHub.DefinitionStages.WithCreate |
withNewSendAndListenRule(String ruleName)
Specifies that a new authorization rule should be created
that has send and listen access to the event hub.
|
EventHub.DefinitionStages.WithCreate |
withNewSendRule(String ruleName)
Specifies that a new authorization rule should be created that has send access to the event hub.
|
EventHub.DefinitionStages.WithCreate withNewSendRule(String ruleName)
ruleName - rule nameEventHub.DefinitionStages.WithCreate withNewListenRule(String ruleName)
ruleName - rule nameEventHub.DefinitionStages.WithCreate withNewSendAndListenRule(String ruleName)
ruleName - rule nameEventHub.DefinitionStages.WithCreate withNewManageRule(String ruleName)
ruleName - rule nameCopyright © 2020 Microsoft Corporation. All rights reserved.