Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHubNamespaceAuthorizationRule
Packages that use EventHubNamespaceAuthorizationRule
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHubNamespaceAuthorizationRule in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return EventHubNamespaceAuthorizationRuleModifier and TypeMethodDescriptionEventHubNamespaceAuthorizationRules.getByName(String resourceGroupName, String namespaceName, String name) Gets an authorization rule under a namespace in a resource group.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type EventHubNamespaceAuthorizationRuleModifier and TypeMethodDescriptionEventHubNamespaceAuthorizationRules.getByNameAsync(String resourceGroupName, String namespaceName, String name) Gets an authorization rule under a namespace in a resource group.com.azure.core.http.rest.PagedIterable<EventHubNamespaceAuthorizationRule> EventHubNamespace.listAuthorizationRules()com.azure.core.http.rest.PagedFlux<EventHubNamespaceAuthorizationRule> EventHubNamespace.listAuthorizationRulesAsync()com.azure.core.http.rest.PagedIterable<EventHubNamespaceAuthorizationRule> EventHubNamespaceAuthorizationRules.listByNamespace(String resourceGroupName, String namespaceName) Lists the authorization rules under a namespace in a resource group.com.azure.core.http.rest.PagedFlux<EventHubNamespaceAuthorizationRule> EventHubNamespaceAuthorizationRules.listByNamespaceAsync(String resourceGroupName, String namespaceName) Lists the authorization rules under a namespace in a resource group.