OperationsExtensions.List(IOperations) Method

Definition

Lists all of the available REST API operations.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Operation> List (this Microsoft.Azure.Management.MySQL.FlexibleServers.IOperations operations);
static member List : Microsoft.Azure.Management.MySQL.FlexibleServers.IOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.FlexibleServers.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