SshSettingKeyPair::Path Property

 

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

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

public:
property String^ Path {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The file path.

The file is overwritten when multiple keys are written to it. The SSH public key is stored in the same directory and has the same name as the private key file with .pub suffix. Example: /home/user/.ssh/id_rsa.

Return to top
Show: