SubscriptionOperationsExtensions.ListOperations 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 Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse ListOperations (this Microsoft.WindowsAzure.Management.ISubscriptionOperations operations, Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters parameters);
static member ListOperations : Microsoft.WindowsAzure.Management.ISubscriptionOperations * Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters -> Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse
<Extension()>
Public Function ListOperations (operations As ISubscriptionOperations, parameters As SubscriptionListOperationsParameters) As 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.
Applies to
Azure SDK for .NET