ServerKeysOperationsExtensions.List Método

Definição

Obtém uma lista de chaves do servidor.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.ServerKey> List (this Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations operations, string resourceGroupName, string serverName);
static member List : Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.ServerKey>
<Extension()>
Public Function List (operations As IServerKeysOperations, resourceGroupName As String, serverName As String) As 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.

Retornos

Aplica-se a