UserSubscriptionOperationsExtensions Class
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.
Extension methods for UserSubscriptionOperations.
public static class UserSubscriptionOperationsExtensions
type UserSubscriptionOperationsExtensions = class
Public Module UserSubscriptionOperationsExtensions
- Inheritance
-
UserSubscriptionOperationsExtensions
Methods
Get(IUserSubscriptionOperations, String, String, String, String) |
Gets the specified Subscription entity associated with a particular user. |
GetAsync(IUserSubscriptionOperations, String, String, String, String, CancellationToken) |
Gets the specified Subscription entity associated with a particular user. |
List(IUserSubscriptionOperations, String, String, String, ODataQuery<SubscriptionContract>) |
Lists the collection of subscriptions of the specified user. |
ListAsync(IUserSubscriptionOperations, String, String, String, ODataQuery<SubscriptionContract>, CancellationToken) |
Lists the collection of subscriptions of the specified user. |
ListNext(IUserSubscriptionOperations, String) |
Lists the collection of subscriptions of the specified user. |
ListNextAsync(IUserSubscriptionOperations, String, CancellationToken) |
Lists the collection of subscriptions of the specified user. |
Applies to
Azure SDK for .NET