Uses of Class
com.microsoft.azure.management.batchai.ClusterCreateParameters
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of ClusterCreateParameters in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionClusterCreateParameters.withNodeSetup
(NodeSetup nodeSetup) Set setup to be performed on each compute node in the cluster.ClusterCreateParameters.withScaleSettings
(ScaleSettings scaleSettings) Set scale settings for the cluster.ClusterCreateParameters.withSubnet
(ResourceId subnet) Set existing virtual network subnet to put the cluster nodes in.ClusterCreateParameters.withUserAccountSettings
(UserAccountSettings userAccountSettings) Set settings for an administrator user account that will be created on each compute node in the cluster.ClusterCreateParameters.withVirtualMachineConfiguration
(VirtualMachineConfiguration virtualMachineConfiguration) Set oS image configuration for cluster nodes.ClusterCreateParameters.withVmPriority
(VmPriority vmPriority) Set vM priority.ClusterCreateParameters.withVmSize
(String vmSize) Set the size of the virtual machines in the cluster.