ISubscriptionOperations Interface
Represents the interface for operations that are used to list subscription information.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
public interface ISubscriptionOperations
public interface class ISubscriptionOperations
type ISubscriptionOperations = interface end
Public Interface ISubscriptionOperations
Methods
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. |
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(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.) |
Remarks
For more information about listing subscription information, see the following resources:
See Also
Microsoft.WindowsAzure.Management Namespace
Return to top