ISubscriptionOperations 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.
Operations for managing subscriptions.
public interface ISubscriptionOperations
type ISubscriptionOperations = interface
Public Interface ISubscriptionOperations
Methods
GetAsync(String, CancellationToken) |
Gets details about particular subscription. |
ListAsync(CancellationToken) |
Gets a list of the subscriptionIds. |
ListLocationsAsync(String, CancellationToken) |
Gets a list of the subscription locations. |
ListNextAsync(String, CancellationToken) |
Gets a list of the subscriptionIds. |
Extension Methods
Get(ISubscriptionOperations, String) |
Gets details about particular subscription. |
GetAsync(ISubscriptionOperations, String) |
Gets details about particular subscription. |
List(ISubscriptionOperations) |
Gets a list of the subscriptionIds. |
ListAsync(ISubscriptionOperations) |
Gets a list of the subscriptionIds. |
ListLocations(ISubscriptionOperations, String) |
Gets a list of the subscription locations. |
ListLocationsAsync(ISubscriptionOperations, String) |
Gets a list of the subscription locations. |
ListNext(ISubscriptionOperations, String) |
Gets a list of the subscriptionIds. |
ListNextAsync(ISubscriptionOperations, String) |
Gets a list of the subscriptionIds. |
Applies to
Azure SDK for .NET