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.