SubscriptionOperationsExtensions.ListOperationsAsync Method (ISubscriptionOperations, SubscriptionListOperationsParameters)
Asynchronously returns 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
public static Task<SubscriptionListOperationsResponse> ListOperationsAsync(
this ISubscriptionOperations operations,
SubscriptionListOperationsParameters parameters
)
public:
[ExtensionAttribute]
static Task<SubscriptionListOperationsResponse^>^ ListOperationsAsync(
ISubscriptionOperations^ operations,
SubscriptionListOperationsParameters^ parameters
)
static member ListOperationsAsync :
operations:ISubscriptionOperations *
parameters:SubscriptionListOperationsParameters -> Task<SubscriptionListOperationsResponse>
<ExtensionAttribute>
Public Shared Function ListOperationsAsync (
operations As ISubscriptionOperations,
parameters As SubscriptionListOperationsParameters
) As Task(Of SubscriptionListOperationsResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.ISubscriptionOperationsThe ISubscriptionOperations object that defines subscription operations.
parameters
Type: Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParametersThe SubscriptionListOperationsParameters object that contains the parameters that define the operations to return.
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
SubscriptionOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace
Return to top