Compartilhar via


SshSettingPublicKey.Path Propriedade

 

Obtém ou define o caminho completo de um arquivo onde a chave pública SSH é armazenada.

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

Sintaxe

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

Valor de propriedade

Type: System.String

O caminho do arquivo.

Comentários

Se o arquivo já existir, a chave especificada será anexada ao arquivo. Example:/Home/User/.SSH/authorized_keys.

Consulte também

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

Retornar ao topo