SubscriptionOperationsExtensions.ListOperationsAsync Method (ISubscriptionOperations, SubscriptionListOperationsParameters)

 

Asynchronously 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)

<ExtensionAttribute>
Public Shared Function ListOperationsAsync (
	operations As ISubscriptionOperations,
	parameters As SubscriptionListOperationsParameters
) As Task(Of SubscriptionListOperationsResponse)

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: System.Threading.Tasks.Task(Of SubscriptionListOperationsResponse)

An SubscriptionGetResponse object that contains the operations information.

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

Return to top
Show: