共用方式為


ClustersOperationsExtensions.ListRemoteLoginInformationNext 方法

定義

取得叢集中所有計算節點的 IP 位址、埠。

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

參數

operations
IClustersOperations

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

nextPageLink
String

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

傳回

適用於