LinuxConfiguration.SshPublicKeys Property

Definition

The list of SSH public keys used to authenticate with linux based VMs.

public Azure.Provisioning.BicepList<Azure.Provisioning.Compute.SshPublicKeyConfiguration> SshPublicKeys { get; set; }
member this.SshPublicKeys : Azure.Provisioning.BicepList<Azure.Provisioning.Compute.SshPublicKeyConfiguration> with get, set
Public Property SshPublicKeys As BicepList(Of SshPublicKeyConfiguration)

Property Value

Applies to