Interface AuthorizationRules<RuleT>

Type Parameters:
RuleT - the specific rule type
All Superinterfaces:
HasManager<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager>, SupportsDeletingByName, SupportsGettingByName<RuleT>, SupportsGettingByNameAsync<RuleT>, SupportsListing<RuleT>
All Known Subinterfaces:
NamespaceAuthorizationRules, QueueAuthorizationRules, TopicAuthorizationRules

public interface AuthorizationRules<RuleT> extends SupportsListing<RuleT>, SupportsGettingByNameAsync<RuleT>, SupportsDeletingByName, HasManager<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager>
Entry point to authorization rules management API.