Share via


ServersOperationsExtensions.List(IServersOperations) Method

Definition

List all the servers in a given subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Server> List (this Microsoft.Azure.Management.MySQL.FlexibleServers.IServersOperations operations);
static member List : Microsoft.Azure.Management.MySQL.FlexibleServers.IServersOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.FlexibleServers.Models.Server>
<Extension()>
Public Function List (operations As IServersOperations) As IPage(Of Server)

Parameters

operations
IServersOperations

The operations group for this extension method.

Returns

Applies to