ISubscriptionOperations.ListOperationsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse> ListOperationsAsync (Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListOperationsAsync : Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse>
Public Function ListOperationsAsync (parameters As SubscriptionListOperationsParameters, cancellationToken As CancellationToken) As Task(Of SubscriptionListOperationsResponse)
Parameters
- parameters
- SubscriptionListOperationsParameters
Parameters supplied to the List Subscription Operations operation.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The List Subscription Operations operation response.
Applies to
Azure SDK for .NET