@Beta(value=V1_7_0)
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.
|
@Beta(value=V1_7_0) EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy withExistingNamespaceId(String namespaceResourceId)
namespaceResourceId - the resource id of the event Hub namespace@Beta(value=V1_7_0) EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy withExistingNamespace(String resourceGroupName, String namespaceName)
resourceGroupName - namespace resource group namenamespaceName - namespace name@Beta(value=V1_7_0) EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy withExistingNamespace(EventHubNamespace namespace)
namespace - the namespace /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/