SubscriptionOperationsExtensions::ListOperations Method (ISubscriptionOperations^, SubscriptionListOperationsParameters^)

 

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

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

public:
[ExtensionAttribute]
static SubscriptionListOperationsResponse^ ListOperations(
	ISubscriptionOperations^ operations,
	SubscriptionListOperationsParameters^ parameters
)

Parameters

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

The ISubscriptionOperations object that defines subscription operations.

parameters
Type: Microsoft.WindowsAzure.Management.Models::SubscriptionListOperationsParameters^

The SubscriptionListOperationsParameters object that contains the parameters that define the operations to return.

Return Value

Type: Microsoft.WindowsAzure.Management.Models::SubscriptionListOperationsResponse^

An SubscriptionGetResponse object that contains the operations information.

For more information about listing operations, see List Subscription Operations.

Return to top
Show: