SshPublicKeysOperationsExtensions.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.