SshSettingPublicKey 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
SshSettingPublicKey() |
Initializes a new instance of the SshSettingPublicKey class. |
SshSettingPublicKey(String, String) |
Initializes a new instance of the SshSettingPublicKey class with required arguments. |
SshSettingPublicKey()
Initializes a new instance of the SshSettingPublicKey class.
public SshSettingPublicKey ();
Public Sub New ()
Applies to
SshSettingPublicKey(String, String)
Initializes a new instance of the SshSettingPublicKey class with required arguments.
public SshSettingPublicKey (string fingerprint, string path);
new Microsoft.WindowsAzure.Management.Compute.Models.SshSettingPublicKey : string * string -> Microsoft.WindowsAzure.Management.Compute.Models.SshSettingPublicKey
Public Sub New (fingerprint As String, path As String)
Parameters
- fingerprint
- String
- path
- String