共用方式為


SshSettingPublicKey Constructors

Definition

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

Applies to