Share via


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
Get(ISubscriptionOperations)

Returns account and resource allocation information for the specified subscription.

GetAsync(ISubscriptionOperations)

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

ListOperations(ISubscriptionOperations, SubscriptionListOperationsParameters)

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

ListOperationsAsync(ISubscriptionOperations, SubscriptionListOperationsParameters)

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

RegisterResource(ISubscriptionOperations, String)

Registers a resource with a subscription.

RegisterResourceAsync(ISubscriptionOperations, String)

Asynchronously registers a resource with a subscription.

UnregisterResource(ISubscriptionOperations, String)

Removes the registration of a resource from a subscription.

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