Compartilhar via


Propriedade SshSettingKeyPair.Path

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 (em Microsoft.WindowsAzure.Management.Compute.dll)

Uso

'Uso
Dim instance As SshSettingKeyPair
Dim value As String

value = instance.Path

instance.Path = value

Sintaxe

'Declaração
Public Property Path As String
public string Path { get; set; }
public:
property String^ Path {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Path ()

/** @property */
public void set_Path (String value)
public function get Path () : String

public function set Path (value : String)

Valor da Propriedade

The file path.

Comentários

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.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe SshSettingKeyPair
Membros SshSettingKeyPair
Namespace Microsoft.WindowsAzure.Management.Compute.Models