Compartir a través de


SshPublicKeysOperationsExtensions.Create Método

Definición

Crea un nuevo recurso de clave pública SSH.

public static Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource Create (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName, string sshPublicKeyName, Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource parameters);
static member Create : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string * string * Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource -> Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource
<Extension()>
Public Function Create (operations As ISshPublicKeysOperations, resourceGroupName As String, sshPublicKeyName As String, parameters As SshPublicKeyResource) As SshPublicKeyResource

Parámetros

operations
ISshPublicKeysOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

sshPublicKeyName
String

Nombre de la clave pública SSH.

parameters
SshPublicKeyResource

Parámetros proporcionados para crear la clave pública SSH.

Devoluciones

Se aplica a