SubscriptionOperationsExtensions::ListAsync Method (ISubscriptionOperations^)

 

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

public:
[ExtensionAttribute]
static Task<SubscriptionListOperationResponse^>^ ListAsync(
	ISubscriptionOperations^ operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Subscriptions::ISubscriptionOperations^

Reference to the Microsoft.WindowsAzure.Subscriptions.ISubscriptionOperations.

Return Value

Type: System.Threading.Tasks::Task<SubscriptionListOperationResponse^>^

A standard service response including an HTTP status code and request ID.

Return to top
Show: