Partager via


JobsOperationsExtensions.ListRemoteLoginInformationNext Méthode

Définition

Obtient la liste des nœuds existants qui ont été utilisés pour l’exécution du travail. Les informations retournées contiennent l’ID du nœud, son adresse IP publique et son port 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)

Paramètres

operations
IJobsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à