Share via


ILinuxProfileProperties.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.Runtime.Info(Create=true, Description="The list of SSH public keys used to authenticate with VMs. A maximum of 1 key may be specified.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicKeys", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem> SshPublicKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="The list of SSH public keys used to authenticate with VMs. A maximum of 1 key may be specified.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicKeys", Update=true)>]
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

Attributes

Applies to