Sdílet prostřednictvím


SshConfiguration Konstruktory

Definice

Přetížení

SshConfiguration()

Inicializuje novou instanci SshConfiguration třídy.

SshConfiguration(UserAccountSettings, IList<String>)

Inicializuje novou instanci SshConfiguration třídy.

SshConfiguration()

Inicializuje novou instanci SshConfiguration třídy.

public SshConfiguration ();
Public Sub New ()

Platí pro

SshConfiguration(UserAccountSettings, IList<String>)

Inicializuje novou instanci SshConfiguration třídy.

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)

Parametry

userAccountSettings
UserAccountSettings

Nastavení uživatelského účtu.

publicIPsToAllow
IList<String>

Povolené veřejné IP adresy

Platí pro