Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static VmPriority |
VmPriority.fromString(String value)
Parses a serialized value to a VmPriority instance.
|
static VmPriority |
VmPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmPriority[] |
VmPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VmPriority |
BatchAICluster.vmPriority()
The default value is dedicated.
|
VmPriority |
ClusterCreateParameters.vmPriority()
Get vM priority.
|
Modifier and Type | Method and Description |
---|---|
ClusterCreateParameters |
ClusterCreateParameters.withVmPriority(VmPriority vmPriority)
Set vM priority.
|
Copyright © 2019. All rights reserved.