ClustersOperationsExtensions.ListRemoteLoginInformationNext Method

Definition

Get the IP address, port of all the compute nodes in the Cluster.

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)

Parameters

operations
IClustersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to