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, createAsync
key
name
withOSDiskCaching, withOSDiskName
withComputerNamePrefix
withCapacity
withUpgradeMode
withoutOverProvisioning, withOverProvision, withOverProvisioning
withExistingStorageAccount, withNewStorageAccount, withNewStorageAccount
withCustomData
defineNewExtension
withSystemAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity
withBootDiagnostics, withBootDiagnostics, withBootDiagnostics, withBootDiagnostics
withLowPriorityVirtualMachine, withLowPriorityVirtualMachine, withVirtualMachinePriority
withVirtualMachinePublicIp, withVirtualMachinePublicIp, withVirtualMachinePublicIp
withAcceleratedNetworking, withoutAcceleratedNetworking
withIpForwarding, withoutIpForwarding
withExistingNetworkSecurityGroup, withExistingNetworkSecurityGroupId
withoutSinglePlacementGroup, withSinglePlacementGroup
withExistingApplicationGatewayBackendPool
withExistingApplicationSecurityGroup, withExistingApplicationSecurityGroupId
withSecrets
withTag, withTags
VirtualMachineScaleSet.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.