Lezen in het Engels

Delen via


VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged Interface

Implements

public static interface VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged
extends WithFromImageCreateOptionsUnmanaged

The stage of a Linux virtual machine definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
abstract WithLinuxCreateUnmanaged withSsh(String publicKey)

Specifies an SSH public key.

Method Details

withSsh

public abstract VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged withSsh(String publicKey)

Specifies an SSH public key.

Parameters:

publicKey - an SSH public key at least 2048-bit and in ssh-rsa format.

Returns:

the next stage of the definition

Applies to

Azure SDK for Java

Latest