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