ISubscriptionOperations Members
Represents the interface for operations that are used to list subscription information.
The following tables list the members exposed by the ISubscriptionOperations type.
Public Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
GetAsync | Asynchronously returns account and resource allocation information for the specified subscription. | |
ListOperationsAsync | Asynchronously retrieves a list of operations that were performed on a subscription during the specified timeframe. | |
RegisterResourceAsync | Asynchronously registers a resource with a subscription. | |
UnregisterResourceAsync | Asynchronously removes the registration a resource from a subscription. |
Top
Extension Methods
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 | Returns a list of operations that were performed on a subscription during the specified timeframe. (Defined by SubscriptionOperationsExtensions.) | |
ListOperationsAsync | Asynchronously returns a list of operations that were performed on a subscription during the specified timeframe. (Defined by SubscriptionOperationsExtensions.) | |
RegisterResource | Registers a resource with a subscription. (Defined by SubscriptionOperationsExtensions.) | |
RegisterResourceAsync | Asynchronously registers a resource with a subscription. (Defined by SubscriptionOperationsExtensions.) | |
UnregisterResource | Removes the registration of a resource from a subscription. (Defined by SubscriptionOperationsExtensions.) | |
UnregisterResourceAsync | Asynchronously removes the registration of a resource from a subscription. (Defined by SubscriptionOperationsExtensions.) |
Top
See Also
Reference
ISubscriptionOperations Interface
Microsoft.WindowsAzure.Management Namespace