Freigeben über


SshPublicKeysOperationsExtensions.Create Methode

Definition

Erstellt eine neue Öffentliche SSH-Schlüsselressource.

public static Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource Create (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName, string sshPublicKeyName, Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource parameters);
static member Create : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string * string * Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource -> Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource
<Extension()>
Public Function Create (operations As ISshPublicKeysOperations, resourceGroupName As String, sshPublicKeyName As String, parameters As SshPublicKeyResource) As 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.

Gibt zurück

Gilt für: