SubscriptionOperationsExtensions Methods
Namespace:
Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Get(ISubscriptionOperations) | Returns account and resource allocation information for the specified subscription. |
![]() ![]() | GetAsync(ISubscriptionOperations) | Asynchronously returns account and resource allocation information for the specified subscription. |
![]() ![]() | ListOperations(ISubscriptionOperations, SubscriptionListOperationsParameters) | Returns a list of operations that were performed on a subscription during the specified timeframe. |
![]() ![]() | ListOperationsAsync(ISubscriptionOperations, SubscriptionListOperationsParameters) | Asynchronously returns a list of operations that were performed on a subscription during the specified timeframe. |
![]() ![]() | RegisterResource(ISubscriptionOperations, String) | Registers a resource with a subscription. |
![]() ![]() | RegisterResourceAsync(ISubscriptionOperations, String) | Asynchronously registers a resource with a subscription. |
![]() ![]() | UnregisterResource(ISubscriptionOperations, String) | Removes the registration of a resource from a subscription. |
![]() ![]() | UnregisterResourceAsync(ISubscriptionOperations, String) | Asynchronously removes the registration of a resource from a subscription. |
Show:

