Share via


LocalUserKeys Constructors

Definition

Overloads

LocalUserKeys()

Initializes a new instance of the LocalUserKeys class.

LocalUserKeys(IList<SshPublicKey>, String)

Initializes a new instance of the LocalUserKeys class.

LocalUserKeys()

Initializes a new instance of the LocalUserKeys class.

public LocalUserKeys ();
Public Sub New ()

Applies to

LocalUserKeys(IList<SshPublicKey>, String)

Initializes a new instance of the LocalUserKeys class.

public LocalUserKeys (System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.SshPublicKey> sshAuthorizedKeys = default, string sharedKey = default);
new Microsoft.Azure.Management.Storage.Models.LocalUserKeys : System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.SshPublicKey> * string -> Microsoft.Azure.Management.Storage.Models.LocalUserKeys
Public Sub New (Optional sshAuthorizedKeys As IList(Of SshPublicKey) = Nothing, Optional sharedKey As String = Nothing)

Parameters

sshAuthorizedKeys
IList<SshPublicKey>
sharedKey
String

Applies to