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