ServerKeysOperationsExtensions.Get Método

Definição

Obtém uma chave do Servidor PostgreSQL.

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

keyName
String

O nome da chave do Servidor PostgreSQL a ser recuperada.

Retornos

Aplica-se a