VirtualMachine.DefinitionStages.WithLinuxCreateManaged.withSsh(String publicKey) 方法
定义
Specifies the SSH public key.
Each call to this method adds the given public key to the list of VM's public keys.
public WithLinuxCreateManaged withSsh(String publicKey)
参数
- publicKey
- String
the SSH public key in PEM format.
返回
the stage representing creatable Linux VM definition