Share via


LinuxProfile.SshPublicKey Property

Definition

The list of SSH public keys used to authenticate with VMs. A maximum of 1 key may be specified.

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Origin(Microsoft.Azure.PowerShell.Cmdlets.AksArc.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem> SshPublicKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Origin(Microsoft.Azure.PowerShell.Cmdlets.AksArc.PropertyOrigin.Inlined)>]
member this.SshPublicKey : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem> with get, set
Public Property SshPublicKey As List(Of ILinuxProfilePropertiesSshPublicKeysItem)

Property Value

Implements

Attributes

Applies to