Partager via


ServerBasedPerformanceTierOperationsExtensions.ListAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties>> ListAsync (this Microsoft.Azure.Management.PostgreSQL.IServerBasedPerformanceTierOperations operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.PostgreSQL.IServerBasedPerformanceTierOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties>>
<Extension()>
Public Function ListAsync (operations As IServerBasedPerformanceTierOperations, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à