ServiceBusSubscriptions Interface
Implements
SupportsGettingByNameAsync<ServiceBusSubscription>
HasManager<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager>
SupportsCreating<Blank>
SupportsDeletingByName
SupportsListing<ServiceBusSubscription>
HasInner<com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner>
public interface ServiceBusSubscriptions
extends SupportsCreating<Blank>, SupportsListing<ServiceBusSubscription>, SupportsGettingByNameAsync<ServiceBusSubscription>, SupportsDeletingByName, HasManager<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager>, HasInner<com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner>
Entry point to service bus queue management API in Azure.
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