public static interface VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged extends VirtualMachine.DefinitionStages.WithFromImageCreateOptionsUnmanaged
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged |
withSsh(String publicKey)
Specifies an SSH public key.
|
withComputerName, withCustomData
withOSDiskVhdLocation
defineUnmanagedDataDisk, withExistingUnmanagedDataDisk, withNewUnmanagedDataDisk
create, createAsync, createAsync
key
name
withTag, withTags
withOSDiskCaching, withOSDiskEncryptionSettings, withOSDiskName, withOSDiskSizeInGB, withOSDiskSizeInGB
withSize, withSize
withExistingStorageAccount, withNewStorageAccount, withNewStorageAccount
withExistingAvailabilitySet, withNewAvailabilitySet, withNewAvailabilitySet
withExistingSecondaryNetworkInterface, withNewSecondaryNetworkInterface
defineNewExtension
withPlan, withPromotionalPlan
withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnostics
withSystemAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity
withLicenseType
VirtualMachine.DefinitionStages.WithLinuxCreateUnmanaged withSsh(String publicKey)
publicKey
- an SSH public key in the PEM format.Copyright © 2019. All rights reserved.