SubscriptionOperationsExtensions Class

 

Represents the extensions for subscription management.

Namespace:   Microsoft.WindowsAzure.Management
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

System::Object
  Microsoft.WindowsAzure.Management::SubscriptionOperationsExtensions

[ExtensionAttribute]
public ref class SubscriptionOperationsExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGet(ISubscriptionOperations^)

Returns account and resource allocation information for the specified subscription.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(ISubscriptionOperations^)

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

System_CAPS_pubmethodSystem_CAPS_staticListOperations(ISubscriptionOperations^, SubscriptionListOperationsParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticListOperationsAsync(ISubscriptionOperations^, SubscriptionListOperationsParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticRegisterResource(ISubscriptionOperations^, String^)

Registers a resource with a subscription.

System_CAPS_pubmethodSystem_CAPS_staticRegisterResourceAsync(ISubscriptionOperations^, String^)

Asynchronously registers a resource with a subscription.

System_CAPS_pubmethodSystem_CAPS_staticUnregisterResource(ISubscriptionOperations^, String^)

Removes the registration of a resource from a subscription.

System_CAPS_pubmethodSystem_CAPS_staticUnregisterResourceAsync(ISubscriptionOperations^, String^)

Asynchronously removes the registration of a resource from a subscription.

For more information about listing subscription information, see the following resources:

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: