Uses of Enum Class
com.microsoft.azure.management.batchai.VmPriority
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of VmPriority in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionstatic VmPriority
VmPriority.fromString
(String value) Parses a serialized value to a VmPriority instance.static VmPriority
Returns the enum constant of this class with the specified name.static VmPriority[]
VmPriority.values()
Returns an array containing the constants of this enum class, in the order they are declared.BatchAICluster.vmPriority()
The default value is dedicated.ClusterCreateParameters.vmPriority()
Get vM priority.Modifier and TypeMethodDescriptionClusterCreateParameters.withVmPriority
(VmPriority vmPriority) Set vM priority.