ISubscriptionOperations Interface
Represents the interface for operations that are used to list subscription information.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
| Name | Description | |
|---|---|---|
![]() | GetAsync(CancellationToken) | Asynchronously returns account and resource allocation information for the specified subscription. |
![]() | ListOperationsAsync(SubscriptionListOperationsParameters^, CancellationToken) | Asynchronously retrieves a list of operations that were performed on a subscription during the specified timeframe. |
![]() | RegisterResourceAsync(String^, CancellationToken) | Asynchronously registers a resource with a subscription. |
![]() | UnregisterResourceAsync(String^, CancellationToken) | Asynchronously removes the registration a resource from a subscription. |
| Name | Description | |
|---|---|---|
![]() | Get() | Returns account and resource allocation information for the specified subscription.(Defined by SubscriptionOperationsExtensions.) |
![]() | GetAsync() | Asynchronously returns account and resource allocation information for the specified subscription.(Defined by SubscriptionOperationsExtensions.) |
![]() | ListOperations(SubscriptionListOperationsParameters^) | Returns a list of operations that were performed on a subscription during the specified timeframe.(Defined by SubscriptionOperationsExtensions.) |
![]() | ListOperationsAsync(SubscriptionListOperationsParameters^) | Asynchronously returns a list of operations that were performed on a subscription during the specified timeframe.(Defined by SubscriptionOperationsExtensions.) |
![]() | RegisterResource(String^) | Registers a resource with a subscription.(Defined by SubscriptionOperationsExtensions.) |
![]() | RegisterResourceAsync(String^) | Asynchronously registers a resource with a subscription.(Defined by SubscriptionOperationsExtensions.) |
![]() | UnregisterResource(String^) | Removes the registration of a resource from a subscription.(Defined by SubscriptionOperationsExtensions.) |
![]() | UnregisterResourceAsync(String^) | Asynchronously removes the registration of a resource from a subscription.(Defined by SubscriptionOperationsExtensions.) |
For more information about listing subscription information, see the following resources:
