Uses of Class
com.microsoft.azure.management.containerservice.ScaleSetPriority
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ScaleSetPriority in com.microsoft.azure.management.containerservice
Modifier and TypeFieldDescriptionstatic final ScaleSetPriority
ScaleSetPriority.REGULAR
Static value Regular for ScaleSetPriority.static final ScaleSetPriority
ScaleSetPriority.SPOT
Static value Spot for ScaleSetPriority.Modifier and TypeMethodDescriptionstatic ScaleSetPriority
ScaleSetPriority.fromString
(String name) Creates or finds a ScaleSetPriority from its string representation.ManagedClusterAgentPoolProfileProperties.scaleSetPriority()
Get scaleSetPriority to be used to specify virtual machine scale set priority.Modifier and TypeMethodDescriptionManagedClusterAgentPoolProfileProperties.withScaleSetPriority
(ScaleSetPriority scaleSetPriority) Set scaleSetPriority to be used to specify virtual machine scale set priority.