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 com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName
getByName, getByNameAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync