Compartir a través de


SshPublicKeysOperationsExtensions.Get Método

Definición

Recupera información sobre una clave 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

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

resourceGroupName
String

Nombre del grupo de recursos.

sshPublicKeyName
String

Nombre de la clave pública SSH.

Devoluciones

Se aplica a