Compartir a través de


ServerBasedPerformanceTierOperationsExtensions.ListAsync Método

Definición

Enumere todos los niveles de rendimiento de un servidor 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))

Parámetros

operations
IServerBasedPerformanceTierOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

serverName
String

El nombre del servidor.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a