SubscriptionOperationsExtensions.ListOperations Method

Definition

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)

public static Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse ListOperations (this Microsoft.WindowsAzure.Management.ISubscriptionOperations operations, Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters parameters);
static member ListOperations : Microsoft.WindowsAzure.Management.ISubscriptionOperations * Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters -> Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse
<Extension()>
Public Function ListOperations (operations As ISubscriptionOperations, parameters As SubscriptionListOperationsParameters) As SubscriptionListOperationsResponse

Parameters

operations
ISubscriptionOperations

Reference to the Microsoft.WindowsAzure.Management.ISubscriptionOperations.

parameters
SubscriptionListOperationsParameters

Required. Parameters supplied to the List Subscription Operations operation.

Returns

The List Subscription Operations operation response.

Applies to