Compartir a través de


OperationsExtensions.List(IOperations) Método

Definición

Obtiene una lista de operaciones de proceso.

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)

Parámetros

operations
IOperations

El grupo de operaciones de este método de extensión.

Devoluciones

Se aplica a