SshSettingPublicKey.Path Property

 

Gets or sets the full path of a file where the SSH public key is stored.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public string Path { get; set; }

Property Value

Type: System.String

The file path.

If the file already exists, the specified key is appended to the file. Example:/home/user/.ssh/authorized_keys.

Return to top
Show: