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
Subinterfaces with type arguments of type EventHubAuthorizationRule in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptioninterfaceType representing authorization rule of an event hub.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe entirety of the event hub authorization rule update.interfaceEntry point to manage event hub authorization rules.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.