Freigeben über


SshPublicKeysOperationsExtensions.GetAsync Methode

Definition

Ruft Informationen zu einem öffentlichen SSH-Schlüssel ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource> GetAsync (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName, string sshPublicKeyName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource>
<Extension()>
Public Function GetAsync (operations As ISshPublicKeysOperations, resourceGroupName As String, sshPublicKeyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SshPublicKeyResource)

Parameter

operations
ISshPublicKeysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

sshPublicKeyName
String

Der Name des öffentlichen SSH-Schlüssels.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: