SshPublicKeysOperationsExtensions.Update Method

Definition

Updates a new SSH public key resource.

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

Parameters

operations
ISshPublicKeysOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

sshPublicKeyName
String

The name of the SSH public key.

parameters
SshPublicKeyUpdateResource

Parameters supplied to update the SSH public key.

Returns

Applies to