public static interface VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateUnmanaged extends VirtualMachineScaleSet.DefinitionStages.WithUnmanagedCreate
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateUnmanaged |
withSsh(String publicKey)
Specifies the SSH public key.
|
create, createAsync, createAsynckeynamewithOSDiskCaching, withOSDiskNamewithComputerNamePrefixwithCapacitywithUpgradeModewithoutOverProvisioning, withOverProvision, withOverProvisioningwithExistingStorageAccount, withNewStorageAccount, withNewStorageAccountwithCustomDatadefineNewExtensionwithSystemAssignedManagedServiceIdentitywithExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentitywithBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnosticswithLowPriorityVirtualMachine, withLowPriorityVirtualMachine, withVirtualMachinePrioritywithVirtualMachinePublicIp, withVirtualMachinePublicIp, withVirtualMachinePublicIpwithAcceleratedNetworking, withoutAcceleratedNetworkingwithIpForwarding, withoutIpForwardingwithExistingNetworkSecurityGroup, withExistingNetworkSecurityGroupIdwithoutSinglePlacementGroup, withSinglePlacementGroupwithExistingApplicationGatewayBackendPoolwithExistingApplicationSecurityGroup, withExistingApplicationSecurityGroupIdwithSecretswithTag, withTagsVirtualMachineScaleSet.DefinitionStages.WithLinuxCreateUnmanaged 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 © 2019. All rights reserved.