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