SshSettingPublicKey Constructor (String, String)
Initializes a new instance of the SshSettingPublicKey class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public SshSettingPublicKey(
string fingerprint,
string path
)
public:
SshSettingPublicKey(
String^ fingerprint,
String^ path
)
new :
fingerprint:string *
path:string -> SshSettingPublicKey
Public Sub New (
fingerprint As String,
path As String
)
See Also
SshSettingPublicKey Overload
SshSettingPublicKey Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top