Uses of Interface
com.microsoft.azure.management.batchai.RemoteLoginInformation
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of RemoteLoginInformation in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<RemoteLoginInformation>
BatchAICluster.listRemoteLoginInformation()
Get the IP address, port of all the compute nodes in the Cluster.com.microsoft.azure.PagedList<RemoteLoginInformation>
BatchAIJob.listRemoteLoginInformation()
Gets a list of currently existing nodes which were used for the Job execution.rx.Observable<RemoteLoginInformation>
BatchAICluster.listRemoteLoginInformationAsync()
Get the IP address, port of all the compute nodes in the Cluster.rx.Observable<RemoteLoginInformation>
BatchAIJob.listRemoteLoginInformationAsync()
Gets a list of currently existing nodes which were used for the Job execution.