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 listing subscription details. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715315.aspx for more information)
public interface ISubscriptionOperations
type ISubscriptionOperations = interface
Public Interface ISubscriptionOperations
Methods
GetAsync(CancellationToken) |
The Get Subscription operation returns account and resource allocation information for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh403995.aspx for more information) |
ListOperationsAsync(SubscriptionListOperationsParameters, CancellationToken) |
The List Subscription Operations operation returns a list of create, update, and delete operations that were performed on a subscription during the specified timeframe. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715318.aspx for more information) |
RegisterResourceAsync(String, CancellationToken) |
Register a resource with your subscription. |
UnregisterResourceAsync(String, CancellationToken) |
Unregister a resource with your subscription. |
Extension Methods
Get(ISubscriptionOperations) |
The Get Subscription operation returns account and resource allocation information for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh403995.aspx for more information) |
GetAsync(ISubscriptionOperations) |
The Get Subscription operation returns account and resource allocation information for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh403995.aspx for more information) |
ListOperations(ISubscriptionOperations, SubscriptionListOperationsParameters) |
The List Subscription Operations operation returns a list of create, update, and delete operations that were performed on a subscription during the specified timeframe. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715318.aspx for more information) |
ListOperationsAsync(ISubscriptionOperations, SubscriptionListOperationsParameters) |
The List Subscription Operations operation returns a list of create, update, and delete operations that were performed on a subscription during the specified timeframe. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715318.aspx for more information) |
RegisterResource(ISubscriptionOperations, String) |
Register a resource with your subscription. |
RegisterResourceAsync(ISubscriptionOperations, String) |
Register a resource with your subscription. |
UnregisterResource(ISubscriptionOperations, String) |
Unregister a resource with your subscription. |
UnregisterResourceAsync(ISubscriptionOperations, String) |
Unregister a resource with your subscription. |
Applies to
Azure SDK for .NET