SshPublicKeyConfiguration.Path Property

Definition

Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys.

public Azure.Provisioning.BicepValue<string> Path { get; set; }
member this.Path : Azure.Provisioning.BicepValue<string> with get, set
Public Property Path As BicepValue(Of String)

Property Value

Applies to