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.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsync, deleteByNameAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName
getByName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync
getByNameAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsync