Interface ServiceBusSubscriptions
-
- All Superinterfaces:
HasManager<ServiceBusManager>,SupportsCreating<ServiceBusSubscription.DefinitionStages.Blank>,SupportsDeletingByName,SupportsGettingByName<ServiceBusSubscription>,SupportsListing<ServiceBusSubscription>
public interface ServiceBusSubscriptions extends SupportsCreating<ServiceBusSubscription.DefinitionStages.Blank>, SupportsListing<ServiceBusSubscription>, SupportsGettingByName<ServiceBusSubscription>, SupportsDeletingByName, HasManager<ServiceBusManager>
Entry point to service bus queue management API in Azure.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
define
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName
getByName, getByNameAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
-
-