Uses of Enum Class
com.microsoft.azure.management.batchai.VmPriority
Packages that use VmPriority
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of VmPriority in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return VmPriorityModifier 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.Methods in com.microsoft.azure.management.batchai with parameters of type VmPriorityModifier and TypeMethodDescriptionClusterCreateParameters.withVmPriority
(VmPriority vmPriority) Set vM priority.