SubscriptionOperationsExtensions Class

 

Represents the extensions for subscription management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.SubscriptionOperationsExtensions

Syntax

public static class SubscriptionOperationsExtensions
[ExtensionAttribute]
public ref class SubscriptionOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type SubscriptionOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class SubscriptionOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Get(ISubscriptionOperations)

Returns account and resource allocation information for the specified subscription.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(ISubscriptionOperations)

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

System_CAPS_pubmethodSystem_CAPS_static ListOperations(ISubscriptionOperations, SubscriptionListOperationsParameters)

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

System_CAPS_pubmethodSystem_CAPS_static ListOperationsAsync(ISubscriptionOperations, SubscriptionListOperationsParameters)

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

System_CAPS_pubmethodSystem_CAPS_static RegisterResource(ISubscriptionOperations, String)

Registers a resource with a subscription.

System_CAPS_pubmethodSystem_CAPS_static RegisterResourceAsync(ISubscriptionOperations, String)

Asynchronously registers a resource with a subscription.

System_CAPS_pubmethodSystem_CAPS_static UnregisterResource(ISubscriptionOperations, String)

Removes the registration of a resource from a subscription.

System_CAPS_pubmethodSystem_CAPS_static UnregisterResourceAsync(ISubscriptionOperations, String)

Asynchronously removes the registration of a resource from a subscription.

Remarks

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

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management Namespace

Return to top