SshPublicKey.Path プロパティ

定義

ssh 公開キーが格納されている作成された VM の完全パスを取得または設定します。 ファイルが既に存在する場合は、指定したキーがそのファイルに追加されます。 例: /home/user/.ssh/authorized_keys

[Newtonsoft.Json.JsonProperty(PropertyName="path")]
public string Path { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="path")>]
member this.Path : string with get, set
Public Property Path As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象