共用方式為


JobsOperationsExtensions.ListRemoteLoginInformationNext 方法

定義

取得目前用於作業執行的現有節點清單。 傳回的資訊包含節點識別碼、其公用 IP 和 SSH 埠。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.RemoteLoginInformation> ListRemoteLoginInformationNext (this Microsoft.Azure.Management.BatchAI.IJobsOperations operations, string nextPageLink);
static member ListRemoteLoginInformationNext : Microsoft.Azure.Management.BatchAI.IJobsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.RemoteLoginInformation>
<Extension()>
Public Function ListRemoteLoginInformationNext (operations As IJobsOperations, nextPageLink As String) As IPage(Of RemoteLoginInformation)

參數

operations
IJobsOperations

這個擴充方法的作業群組。

nextPageLink
String

上一次成功呼叫 List 作業的 NextLink。

傳回

適用於