Uses of Class
com.microsoft.azure.management.batchai.NodeSetup
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of NodeSetup in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionBatchAICluster.nodeSetup()
ClusterCreateParameters.nodeSetup()
Get setup to be performed on each compute node in the cluster.NodeSetup.withMountVolumes
(MountVolumes mountVolumes) Set mount volumes to be available to setup task and all jobs executing on the cluster.NodeSetup.withPerformanceCountersSettings
(PerformanceCountersSettings performanceCountersSettings) Set settings for performance counters collecting and uploading.NodeSetup.withSetupTask
(SetupTask setupTask) Set setup task to run on cluster nodes when nodes got created or rebooted.Modifier and TypeMethodDescriptionClusterCreateParameters.withNodeSetup
(NodeSetup nodeSetup) Set setup to be performed on each compute node in the cluster.