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
Subinterfaces with type arguments of type EventHubNamespaceAuthorizationRule in com.azure.resourcemanager.eventhubs.modelsModifier and TypeInterfaceDescriptioninterfaceType representing authorization rule of an event hub namespace.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 namespace authorization rule update.interfaceEntry point to manage event hub namespace authorization rules.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()Gets list of authorization rules for the event hub namespace.com.azure.core.http.rest.PagedFlux<EventHubNamespaceAuthorizationRule> EventHubNamespace.listAuthorizationRulesAsync()Gets the authorization rules for the event hub namespace.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.