Share via


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
System_CAPS_pubmethod GetAsync(CancellationToken)

Asynchronously returns account and resource allocation information for the specified subscription.

System_CAPS_pubmethod ListOperationsAsync(SubscriptionListOperationsParameters, CancellationToken)

Asynchronously retrieves a list of operations that were performed on a subscription during the specified timeframe.

System_CAPS_pubmethod RegisterResourceAsync(String, CancellationToken)

Asynchronously registers a resource with a subscription.

System_CAPS_pubmethod UnregisterResourceAsync(String, CancellationToken)

Asynchronously removes the registration a resource from a subscription.

Extension Methods

Name Description
System_CAPS_pubmethod Get()

Returns account and resource allocation information for the specified subscription.(Defined by SubscriptionOperationsExtensions.)

System_CAPS_pubmethod GetAsync()

Asynchronously returns account and resource allocation information for the specified subscription.(Defined by SubscriptionOperationsExtensions.)

System_CAPS_pubmethod ListOperations(SubscriptionListOperationsParameters)

Returns a list of operations that were performed on a subscription during the specified timeframe.(Defined by SubscriptionOperationsExtensions.)

System_CAPS_pubmethod ListOperationsAsync(SubscriptionListOperationsParameters)

Asynchronously returns a list of operations that were performed on a subscription during the specified timeframe.(Defined by SubscriptionOperationsExtensions.)

System_CAPS_pubmethod RegisterResource(String)

Registers a resource with a subscription.(Defined by SubscriptionOperationsExtensions.)

System_CAPS_pubmethod RegisterResourceAsync(String)

Asynchronously registers a resource with a subscription.(Defined by SubscriptionOperationsExtensions.)

System_CAPS_pubmethod UnregisterResource(String)

Removes the registration of a resource from a subscription.(Defined by SubscriptionOperationsExtensions.)

System_CAPS_pubmethod 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