Uses of Interface
com.azure.resourcemanager.eventhubs.models.EventHubAuthorizationRule
Packages that use EventHubAuthorizationRule
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of EventHubAuthorizationRule in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return EventHubAuthorizationRuleModifier and TypeMethodDescriptionEventHubAuthorizationRules.getByName(String resourceGroupName, String namespaceName, String eventHubName, String name) Gets an authorization rule of an event hub in a namespace under a resource group.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type EventHubAuthorizationRuleModifier and TypeMethodDescriptionEventHubAuthorizationRules.getByNameAsync(String resourceGroupName, String namespaceName, String eventHubName, String name) Gets an authorization rule of an event hub in a namespace in a resource group.com.azure.core.http.rest.PagedIterable<EventHubAuthorizationRule> EventHub.listAuthorizationRules()Gets authorization rules enabled for the event hub.com.azure.core.http.rest.PagedFlux<EventHubAuthorizationRule> EventHub.listAuthorizationRulesAsync()Gets authorization rules enabled for the event hub.com.azure.core.http.rest.PagedIterable<EventHubAuthorizationRule> EventHubAuthorizationRules.listByEventHub(String resourceGroupName, String namespaceName, String eventHubName) Lists the authorization rules of an event hub in a namespace under a resource group.com.azure.core.http.rest.PagedFlux<EventHubAuthorizationRule> EventHubAuthorizationRules.listByEventHubAsync(String resourceGroupName, String namespaceName, String eventHubName) Lists the authorization rules of an event hub in a namespace under a resource group.