public static interface VirtualMachineScaleSet.DefinitionStages.WithLinuxCreate extends VirtualMachineScaleSet.DefinitionStages.WithCreate
Creatable.create()), but also allows for any other optional
settings to be specified.| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreate |
withSsh(String publicKey)
Specifies the SSH public key.
|
create, createAsync, createAsync, namekeywithPasswordwithOsDiskCaching, withOsDiskNamewithComputerNamePrefixwithCapacitywithUpgradeModewithoutOverProvisioning, withOverProvision, withOverProvisioningwithExistingStorageAccount, withNewStorageAccount, withNewStorageAccountdefineNewExtensionVirtualMachineScaleSet.DefinitionStages.WithLinuxCreate withSsh(String publicKey)
Each call to this method adds the given public key to the list of VM's public keys.
publicKey - an SSH public key in the PEM format./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/