| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHubAuthorizationRule.Definition
The entirety of the event hub namespace authorization rule definition.
|
| Modifier and Type | Method and Description |
|---|---|
EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy |
EventHubAuthorizationRule.DefinitionStages.WithEventHub.withExistingEventHub(EventHub eventHub)
Specifies that authorization rule needs to be created for the given event hub.
|
EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy |
EventHubAuthorizationRule.DefinitionStages.WithEventHub.withExistingEventHub(String resourceGroupName,
String namespaceName,
String eventHubName)
Specifies that authorization rule needs to be created for the given event hub.
|
EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy |
EventHubAuthorizationRule.DefinitionStages.WithEventHub.withExistingEventHubId(String eventHubResourceId)
Specifies that authorization rule needs to be created for the given event hub.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/