SubscriptionOperationsExtensions Class
Represents the extensions for subscription 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. |
For more information about listing subscription information, see the following resources:
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

