OperationsExtensions.List(IOperations) Method

Definition

Lists all of the available Automation REST API operations.

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

Parameters

operations
IOperations

The operations group for this extension method.

Returns

Applies to