Partager via


SshPublicKeysOperationsExtensions.Get Méthode

Définition

Récupère des informations sur une clé publique 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

Paramètres

operations
ISshPublicKeysOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

sshPublicKeyName
String

Nom de la clé publique SSH.

Retours

S’applique à