SubscriptionOperationsExtensions.ListOperationsAsync 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse> ListOperationsAsync (this Microsoft.WindowsAzure.Management.ISubscriptionOperations operations, Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters parameters);
static member ListOperationsAsync : Microsoft.WindowsAzure.Management.ISubscriptionOperations * Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse>
<Extension()>
Public Function ListOperationsAsync (operations As ISubscriptionOperations, parameters As SubscriptionListOperationsParameters) As Task(Of 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