OperationsExtensions.List(IOperations) Method

Definition

Gets a list of compute operations.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Compute.Models.ComputeOperationValue> List (this Microsoft.Azure.Management.Compute.IOperations operations);
static member List : Microsoft.Azure.Management.Compute.IOperations -> seq<Microsoft.Azure.Management.Compute.Models.ComputeOperationValue>
<Extension()>
Public Function List (operations As IOperations) As IEnumerable(Of ComputeOperationValue)

Parameters

operations
IOperations

The operations group for this extension method.

Returns

Applies to