Partilhar via


SshPublicKeysOperationsExtensions.Get Método

Definição

Recupera informações sobre uma chave pública SSH.

public static Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource Get (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName, string sshPublicKeyName);
static member Get : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string * string -> Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource
<Extension()>
Public Function Get (operations As ISshPublicKeysOperations, resourceGroupName As String, sshPublicKeyName As String) As SshPublicKeyResource

Parâmetros

operations
ISshPublicKeysOperations

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

resourceGroupName
String

O nome do grupo de recursos.

sshPublicKeyName
String

O nome da chave pública SSH.

Retornos

Aplica-se a