LocalUserKeys Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET