VirtualMachineInstance.WindowsConfigurationSshPublicKey Property

Definition

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

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

Property Value

Implements

Attributes

Applies to