SshPublicKeysOperationsExtensions.GenerateKeyPair 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.
Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource.
public static Microsoft.Azure.Management.Compute.Models.SshPublicKeyGenerateKeyPairResult GenerateKeyPair (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName, string sshPublicKeyName);
static member GenerateKeyPair : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string * string -> Microsoft.Azure.Management.Compute.Models.SshPublicKeyGenerateKeyPairResult
<Extension()>
Public Function GenerateKeyPair (operations As ISshPublicKeysOperations, resourceGroupName As String, sshPublicKeyName As String) As SshPublicKeyGenerateKeyPairResult
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.