SubscriptionOperationsExtensions Class

Definition

The Service Management API provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL and are mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)

public static class SubscriptionOperationsExtensions
type SubscriptionOperationsExtensions = class
Public Module SubscriptionOperationsExtensions
Inheritance
SubscriptionOperationsExtensions

Methods

Get(ISubscriptionOperations)

The Get Subscription operation returns account and resource allocation information for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh403995.aspx for more information)

GetAsync(ISubscriptionOperations)

The Get Subscription operation returns account and resource allocation information for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh403995.aspx for more information)

ListOperations(ISubscriptionOperations, SubscriptionListOperationsParameters)

The List Subscription Operations operation returns a list of create, update, and delete operations that were performed on a subscription during the specified timeframe. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715318.aspx for more information)

ListOperationsAsync(ISubscriptionOperations, SubscriptionListOperationsParameters)

The List Subscription Operations operation returns a list of create, update, and delete operations that were performed on a subscription during the specified timeframe. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715318.aspx for more information)

RegisterResource(ISubscriptionOperations, String)

Register a resource with your subscription.

RegisterResourceAsync(ISubscriptionOperations, String)

Register a resource with your subscription.

UnregisterResource(ISubscriptionOperations, String)

Unregister a resource with your subscription.

UnregisterResourceAsync(ISubscriptionOperations, String)

Unregister a resource with your subscription.

Applies to