SshPublicKeysOperationsExtensions.CreateAsync Method

Definition

Creates a new SSH public key resource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource> CreateAsync (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName, string sshPublicKeyName, Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string * string * Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource>
<Extension()>
Public Function CreateAsync (operations As ISshPublicKeysOperations, resourceGroupName As String, sshPublicKeyName As String, parameters As SshPublicKeyResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
SshPublicKeyResource

Parameters supplied to create the SSH public key.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to