ISubscriptionOperations.ListOperationsAsync Method (SubscriptionListOperationsParameters, CancellationToken)
Asynchronously retrieves a list of operations that were performed on a subscription during the specified timeframe.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Task<SubscriptionListOperationsResponse> ListOperationsAsync( SubscriptionListOperationsParameters parameters, CancellationToken cancellationToken )
Parameters
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters
The SubscriptionListOperationsParameters object that contains the parameters that define the operations to return.
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task<SubscriptionListOperationsResponse>An SubscriptionGetResponse object that contains the operations information.
For more information about listing operations, see List Subscription Operations.
Show: