共用方式為


SshSettingKeyPair Constructors

Definition

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

Applies to