public static interface EventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace
| Modifier and Type | Method and Description |
|---|---|
EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy |
withExistingNamespace(EventHubNamespace namespace)
Specifies that authorization rule needs to be created for the given event hub namespace.
|
EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy |
withExistingNamespace(String resourceGroupName,
String namespaceName)
Specifies that authorization rule needs to be created for the given event hub namespace.
|
EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy |
withExistingNamespaceId(String namespaceResourceId)
Specifies that authorization rule needs to be created for the given event hub namespace.
|
EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy withExistingNamespaceId(String namespaceResourceId)
namespaceResourceId - the resource id of the event Hub namespaceEventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy withExistingNamespace(String resourceGroupName, String namespaceName)
resourceGroupName - namespace resource group namenamespaceName - namespace nameEventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy withExistingNamespace(EventHubNamespace namespace)
namespace - the namespaceCopyright © 2020 Microsoft Corporation. All rights reserved.