Interface AuthorizationRules<RuleT>
- Type Parameters:
RuleT- the specific rule type
- All Superinterfaces:
HasManager<ServiceBusManager>, SupportsDeletingByName, SupportsGettingByName<RuleT>, SupportsListing<RuleT>
- All Known Subinterfaces:
NamespaceAuthorizationRules, QueueAuthorizationRules, TopicAuthorizationRules
public interface AuthorizationRules<RuleT>
extends SupportsListing<RuleT>, SupportsGettingByName<RuleT>, SupportsDeletingByName, HasManager<ServiceBusManager>
Entry point to authorization rules management API.
-
Method Summary
Methods inherited from interface HasManager
managerMethods inherited from interface SupportsDeletingByName
deleteByName, deleteByNameAsyncMethods inherited from interface SupportsGettingByName
getByName, getByNameAsyncMethods inherited from interface SupportsListing
list, listAsync