Compartilhar via


ILocalUser.SshAuthorizedKey Property

Definition

Optional, local user ssh authorized keys for SFTP.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Optional, local user ssh authorized keys for SFTP.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ISshPublicKey) }, Read=true, ReadOnly=false, Required=false, SerializedName="sshAuthorizedKeys", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ISshPublicKey> SshAuthorizedKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Optional, local user ssh authorized keys for SFTP.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ISshPublicKey) }, Read=true, ReadOnly=false, Required=false, SerializedName="sshAuthorizedKeys", Update=true)>]
member this.SshAuthorizedKey : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ISshPublicKey> with get, set
Public Property SshAuthorizedKey As List(Of ISshPublicKey)

Property Value

Attributes

Applies to