SshSettingKeyPair Constructor (String, String)

 

Initializes a new instance of the SshSettingKeyPair class with required arguments.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public SshSettingKeyPair(
    string fingerprint,
    string path
)
public:
SshSettingKeyPair(
    String^ fingerprint,
    String^ path
)
new : 
        fingerprint:string *
        path:string -> SshSettingKeyPair
Public Sub New (
    fingerprint As String,
    path As String
)

See Also

SshSettingKeyPair Overload
SshSettingKeyPair Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top