Share via


RemoteLoginSettings 類別

 

取得所需的遠端登入運算節點的設定。

命名空間:   Microsoft.Azure.Batch
組件:  Microsoft.Azure.Batch (在 Microsoft.Azure.Batch.dll 中)

繼承階層架構

System.Object
  Microsoft.Azure.Batch.RemoteLoginSettings

語法

public class RemoteLoginSettings
public ref class RemoteLoginSettings 
type RemoteLoginSettings = class end
Public Class RemoteLoginSettings

屬性

名稱 描述
System_CAPS_pubproperty IPAddress

取得用來遠端登入到計算節點的 IP 位址。

System_CAPS_pubproperty Port

取得用於遠端登入的運算節點的連接埠。

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_protmethod Finalize()

(繼承自 Object。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod ToString()

(繼承自 Object。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.Azure.Batch 命名空間

回到頁首