Share via


SubscriptionOperationsExtensions.ListOperations Method (ISubscriptionOperations, SubscriptionListOperationsParameters)

 

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 SubscriptionListOperationsResponse ListOperations(
    this ISubscriptionOperations operations,
    SubscriptionListOperationsParameters parameters
)
public:
[ExtensionAttribute]
static SubscriptionListOperationsResponse^ ListOperations(
    ISubscriptionOperations^ operations,
    SubscriptionListOperationsParameters^ parameters
)
static member ListOperations : 
        operations:ISubscriptionOperations *
        parameters:SubscriptionListOperationsParameters -> SubscriptionListOperationsResponse
<ExtensionAttribute>
Public Shared Function ListOperations (
    operations As ISubscriptionOperations,
    parameters As SubscriptionListOperationsParameters
) As SubscriptionListOperationsResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Models.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