SshConfiguration 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
SshConfiguration() | |
SshConfiguration(IList<SshPublicKey>) |
SshConfiguration()
public SshConfiguration ();
Public Sub New ()
Applies to
SshConfiguration(IList<SshPublicKey>)
public SshConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SshPublicKey> publicKeys = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SshConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SshPublicKey> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SshConfiguration
Public Sub New (Optional publicKeys As IList(Of SshPublicKey) = Nothing)
Parameters
- publicKeys
- IList<SshPublicKey>