ServerKeysOperationsExtensions.ListAsync Método

Definição

Obtém uma lista de chaves do servidor.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.ServerKey>> ListAsync (this Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.ServerKey>>
<Extension()>
Public Function ListAsync (operations As IServerKeysOperations, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ServerKey))

Parâmetros

operations
IServerKeysOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName
String

O nome do servidor.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a