ArmComputeFleetModelFactory.ComputeFleetSshPublicKey(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.ComputeFleet.Models.ComputeFleetSshPublicKey ComputeFleetSshPublicKey(string path = default, string keyData = default);
static member ComputeFleetSshPublicKey : string * string -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetSshPublicKey
Public Shared Function ComputeFleetSshPublicKey (Optional path As String = Nothing, Optional keyData As String = Nothing) As ComputeFleetSshPublicKey
Parameters
- path
- String
Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
- keyData
- String
SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
Returns
A new ComputeFleetSshPublicKey instance for mocking.