Compartir a través de


ClustersOperationsExtensions.ListRemoteLoginInformationNextAsync Método

Definición

Obtenga la dirección IP, el puerto de todos los nodos de proceso del clúster.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.RemoteLoginInformation>> ListRemoteLoginInformationNextAsync (this Microsoft.Azure.Management.BatchAI.IClustersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListRemoteLoginInformationNextAsync : Microsoft.Azure.Management.BatchAI.IClustersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.RemoteLoginInformation>>
<Extension()>
Public Function ListRemoteLoginInformationNextAsync (operations As IClustersOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RemoteLoginInformation))

Parámetros

operations
IClustersOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a