Sdílet prostřednictvím


ServersOperationsExtensions.List(IServersOperations) Method

Definition

List all the servers in a given subscription.

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

Parameters

operations
IServersOperations

The operations group for this extension method.

Returns

Applies to