Freigeben über


IVirtualMachineInstance.WindowsConfigurationSshPublicKey Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="The list of SSH public keys used to authenticate with linux based VMs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicKeys", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey> WindowsConfigurationSshPublicKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="The list of SSH public keys used to authenticate with linux based VMs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISshPublicKey) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicKeys", Update=true)>]
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

Attributes

Applies to