Freigeben über


SshPublicKeysOperationsExtensions.CreateAsync Methode

Definition

Erstellt eine neue Öffentliche SSH-Schlüsselressource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource> CreateAsync (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName, string sshPublicKeyName, Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string * string * Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource>
<Extension()>
Public Function CreateAsync (operations As ISshPublicKeysOperations, resourceGroupName As String, sshPublicKeyName As String, parameters As SshPublicKeyResource, 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.

parameters
SshPublicKeyResource

Parameter, die zum Erstellen des öffentlichen SSH-Schlüssels bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: