ISubscriptionOperations.ListOperationsAsync Method (SubscriptionListOperationsParameters, CancellationToken)
Asynchronously retrieves 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)
Syntax
Task<SubscriptionListOperationsResponse> ListOperationsAsync(
SubscriptionListOperationsParameters parameters,
CancellationToken cancellationToken
)
Task<SubscriptionListOperationsResponse^>^ ListOperationsAsync(
SubscriptionListOperationsParameters^ parameters,
CancellationToken cancellationToken
)
abstract ListOperationsAsync :
parameters:SubscriptionListOperationsParameters *
cancellationToken:CancellationToken -> Task<SubscriptionListOperationsResponse>
Function ListOperationsAsync (
parameters As SubscriptionListOperationsParameters,
cancellationToken As CancellationToken
) As Task(Of SubscriptionListOperationsResponse)
Parameters
parameters
Type: Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParametersThe SubscriptionListOperationsParameters object that contains the parameters that define the operations to return.
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task<SubscriptionListOperationsResponse>
An SubscriptionGetResponse object that contains the operations information.
Remarks
For more information about listing operations, see List Subscription Operations.
See Also
ISubscriptionOperations Interface
Microsoft.WindowsAzure.Management Namespace
Return to top