Uses of Interface
com.microsoft.azure.management.eventhub.EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy
-
-
Uses of EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy in com.microsoft.azure.management.eventhub
Subinterfaces of EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy in com.microsoft.azure.management.eventhub Modifier and Type Interface Description static interfaceEventHubNamespaceAuthorizationRule.DefinitionThe entirety of the event hub namespace authorization rule definition.Methods in com.microsoft.azure.management.eventhub that return EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy Modifier and Type Method Description EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicyEventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace. withExistingNamespace(EventHubNamespace namespace)Specifies that authorization rule needs to be created for the given event hub namespace.EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicyEventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace. withExistingNamespace(String resourceGroupName, String namespaceName)Specifies that authorization rule needs to be created for the given event hub namespace.EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicyEventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace. withExistingNamespaceId(String namespaceResourceId)Specifies that authorization rule needs to be created for the given event hub namespace.
-