AuthorizationRules<RuleT> Interface
Type Parameters
- RuleT
the specific rule type
public interface AuthorizationRules extends SupportsListing,SupportsGettingByNameAsync,SupportsDeletingByName,HasManager
Entry point to authorization rules management API.
Inherited Members
SupportsDeletingByName.deleteByName(String name)
SupportsDeletingByName.deleteByNameAsync(String name, ServiceCallback<Void> callback)
SupportsDeletingByName.deleteByNameAsync(String name)
SupportsGettingByName<T>.getByName(String name)
SupportsGettingByNameAsync<T>.getByNameAsync(String name)
SupportsListing<T>.list()
SupportsListing<T>.listAsync()
HasManager<ManagerT>.manager()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java