共用方式為


RemoteLoginInformation 建構函式

定義

多載

RemoteLoginInformation()

初始化 RemoteLoginInformation 類別的新實例。

RemoteLoginInformation(String, String, Nullable<Double>)

初始化 RemoteLoginInformation 類別的新實例。

RemoteLoginInformation()

初始化 RemoteLoginInformation 類別的新實例。

public RemoteLoginInformation ();
Public Sub New ()

適用於

RemoteLoginInformation(String, String, Nullable<Double>)

初始化 RemoteLoginInformation 類別的新實例。

public RemoteLoginInformation (string nodeId = default, string ipAddress = default, double? port = default);
new Microsoft.Azure.Management.BatchAI.Models.RemoteLoginInformation : string * string * Nullable<double> -> Microsoft.Azure.Management.BatchAI.Models.RemoteLoginInformation
Public Sub New (Optional nodeId As String = Nothing, Optional ipAddress As String = Nothing, Optional port As Nullable(Of Double) = Nothing)

參數

nodeId
String

節點識別碼。

ipAddress
String

IP 位址。

port
Nullable<Double>

連接埠。

適用於