SubscriptionOperationsExtensions.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 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.