共用方式為


OperationsExtensions.List(IOperations) Method

Definition

Get all operations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Operation> List (this Microsoft.Azure.Management.LabServices.IOperations operations);
static member List : Microsoft.Azure.Management.LabServices.IOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Operation>
<Extension()>
Public Function List (operations As IOperations) As IPage(Of Operation)

Parameters

operations
IOperations

The operations group for this extension method.

Returns

Remarks

Returns a list of all operations.

Applies to