Share via


NetworkCloudVirtualMachineData.SshPublicKeys Property

Definition

The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername.

public System.Collections.Generic.IList<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSshPublicKey> SshPublicKeys { get; }
member this.SshPublicKeys : System.Collections.Generic.IList<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSshPublicKey>
Public ReadOnly Property SshPublicKeys As IList(Of NetworkCloudSshPublicKey)

Property Value

Applies to