SshConfiguration 建構函式

定義

多載

SshConfiguration()

初始化 SshConfiguration 類別的新實例。

SshConfiguration(UserAccountSettings, IList<String>)

初始化 SshConfiguration 類別的新實例。

SshConfiguration()

初始化 SshConfiguration 類別的新實例。

public SshConfiguration ();
Public Sub New ()

適用於

SshConfiguration(UserAccountSettings, IList<String>)

初始化 SshConfiguration 類別的新實例。

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)

參數

userAccountSettings
UserAccountSettings

使用者帳戶設定。

publicIPsToAllow
IList<String>

允許的公用 IP。

適用於