Condividi tramite


ClustersOperationsExtensions.ListRemoteLoginInformationNextAsync Metodo

Definizione

Ottenere l'indirizzo IP, la porta di tutti i nodi di calcolo nel cluster.

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))

Parametri

operations
IClustersOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink dalla chiamata precedente all'operazione List.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a