SshPublicKeysOperationsExtensions.DeleteAsync Method

Definition

Delete an SSH public key.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName, string sshPublicKeyName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As ISshPublicKeysOperations, resourceGroupName As String, sshPublicKeyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to