ServiceBusSubscriptions Interface
public interface ServiceBusSubscriptions extends SupportsCreating<ServiceBusSubscription.DefinitionStages.Blank>,SupportsListing,SupportsGettingByNameAsync,SupportsDeletingByName,HasManager,HasInner
Entry point to service bus queue management API in Azure.
Inherited Members
SupportsCreating<T>.define(String name)
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)
HasInner<T>.inner()
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