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)

public interface class ISubscriptionOperations

NameDescription
System_CAPS_pubmethodGetAsync(CancellationToken)

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

System_CAPS_pubmethodListOperationsAsync(SubscriptionListOperationsParameters^, CancellationToken)

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

System_CAPS_pubmethodRegisterResourceAsync(String^, CancellationToken)

Asynchronously registers a resource with a subscription.

System_CAPS_pubmethodUnregisterResourceAsync(String^, CancellationToken)

Asynchronously removes the registration a resource from a subscription.

NameDescription
System_CAPS_pubmethodGet()

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

System_CAPS_pubmethodGetAsync()

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

System_CAPS_pubmethodListOperations(SubscriptionListOperationsParameters^)

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

System_CAPS_pubmethodListOperationsAsync(SubscriptionListOperationsParameters^)

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

System_CAPS_pubmethodRegisterResource(String^)

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

System_CAPS_pubmethodRegisterResourceAsync(String^)

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

System_CAPS_pubmethodUnregisterResource(String^)

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

System_CAPS_pubmethodUnregisterResourceAsync(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:

Return to top
Show: