ISubscriptionsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SubscriptionsOperations operations.
public interface ISubscriptionsOperations
type ISubscriptionsOperations = interface
Public Interface ISubscriptionsOperations
Methods
Extension Methods
CreateOrUpdateAsync(ISubscriptionsOperations, String, String, String, String, SubscriptionInner, CancellationToken) |
Creates a topic subscription. https://msdn.microsoft.com/en-us/library/azure/mt639385.aspx |
DeleteAsync(ISubscriptionsOperations, String, String, String, String, CancellationToken) |
Deletes a subscription from the specified topic. https://msdn.microsoft.com/en-us/library/azure/mt639381.aspx |
GetAsync(ISubscriptionsOperations, String, String, String, String, CancellationToken) |
Returns a subscription description for the specified topic. https://msdn.microsoft.com/en-us/library/azure/mt639402.aspx |
ListByTopicAsync(ISubscriptionsOperations, String, String, String, CancellationToken) |
List all the subscriptions under a specified topic. https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx |
ListByTopicNextAsync(ISubscriptionsOperations, String, CancellationToken) |
List all the subscriptions under a specified topic. https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx |
Applies to
Azure SDK for .NET