Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PagedList<RemoteLoginInformation> |
BatchAIJob.listRemoteLoginInformation()
Gets a list of currently existing nodes which were used for the Job execution.
|
PagedList<RemoteLoginInformation> |
BatchAICluster.listRemoteLoginInformation()
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.
|
rx.Observable<RemoteLoginInformation> |
BatchAICluster.listRemoteLoginInformationAsync()
Get the IP address, port of all the compute nodes in the Cluster.
|
Copyright © 2019. All rights reserved.