Share via


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)

Syntax

public string Path { get; set; }
public:
property String^ Path {
    String^ get();
    void set(String^ value);
}
member Path : string with get, set
Public Property Path As String

Property Value

Type: System.String

The file path.

Remarks

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

See Also

SshSettingPublicKey Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top