Freigeben über


SshPublicKeysOperationsExtensions.Update Methode

Definition

Updates eine neue öffentliche SSH-Schlüsselressource.

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

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

Gibt zurück

Gilt für: