Sdílet prostřednictvím


OperationsExtensions.List(IOperations) Method

Definition

Lists all of the available Management REST API operations.

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

Parameters

operations
IOperations

The operations group for this extension method.

Returns

Applies to