Share via


SshConfiguration Constructors

Definition

Overloads

SshConfiguration()

Initializes a new instance of the SshConfiguration class.

SshConfiguration(UserAccountSettings, IList<String>)

Initializes a new instance of the SshConfiguration class.

SshConfiguration()

Initializes a new instance of the SshConfiguration class.

public SshConfiguration ();
Public Sub New ()

Applies to

SshConfiguration(UserAccountSettings, IList<String>)

Initializes a new instance of the SshConfiguration class.

public SshConfiguration (Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings userAccountSettings, System.Collections.Generic.IList<string> publicIPsToAllow = default);
new Microsoft.Azure.Management.BatchAI.Models.SshConfiguration : Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.BatchAI.Models.SshConfiguration
Public Sub New (userAccountSettings As UserAccountSettings, Optional publicIPsToAllow As IList(Of String) = Nothing)

Parameters

userAccountSettings
UserAccountSettings

User account settings.

publicIPsToAllow
IList<String>

Allowed public IPs.

Applies to