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