Interface EventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace
-
- All Known Subinterfaces:
EventHubNamespaceAuthorizationRule.Definition,EventHubNamespaceAuthorizationRule.DefinitionStages.Blank
- Enclosing interface:
- EventHubNamespaceAuthorizationRule.DefinitionStages
@Beta(V1_7_0) public static interface EventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespaceStage of the authorization rule definition allowing to specify the event namespace for which rule needs to be created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicywithExistingNamespace(EventHubNamespace namespace)Specifies that authorization rule needs to be created for the given event hub namespace.EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicywithExistingNamespace(String resourceGroupName, String namespaceName)Specifies that authorization rule needs to be created for the given event hub namespace.EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicywithExistingNamespaceId(String namespaceResourceId)Specifies that authorization rule needs to be created for the given event hub namespace.
-
-
-
Method Detail
-
withExistingNamespaceId
@Beta(V1_7_0) EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy withExistingNamespaceId(String namespaceResourceId)
Specifies that authorization rule needs to be created for the given event hub namespace.- Parameters:
namespaceResourceId- the resource id of the event Hub namespace- Returns:
- the next stage of the definition
-
withExistingNamespace
@Beta(V1_7_0) EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy withExistingNamespace(String resourceGroupName, String namespaceName)
Specifies that authorization rule needs to be created for the given event hub namespace.- Parameters:
resourceGroupName- namespace resource group namenamespaceName- namespace name- Returns:
- the next stage of the definition
-
withExistingNamespace
@Beta(V1_7_0) EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy withExistingNamespace(EventHubNamespace namespace)
Specifies that authorization rule needs to be created for the given event hub namespace.- Parameters:
namespace- the namespace- Returns:
- the next stage of the definition
-
-