Partager via


ServerBasedPerformanceTierOperationsExtensions.List Méthode

Définition

Répertoriez tous les niveaux de performances d’un serveur PostgreSQL.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties> List (this Microsoft.Azure.Management.PostgreSQL.IServerBasedPerformanceTierOperations operations, string resourceGroupName, string serverName);
static member List : Microsoft.Azure.Management.PostgreSQL.IServerBasedPerformanceTierOperations * string * string -> seq<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties>
<Extension()>
Public Function List (operations As IServerBasedPerformanceTierOperations, resourceGroupName As String, serverName As String) As IEnumerable(Of PerformanceTierProperties)

Paramètres

operations
IServerBasedPerformanceTierOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serverName
String

Le nom du serveur

Retours

S’applique à