Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ScaleActionType
Packages that use ScaleActionType
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ScaleActionType in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type ScaleActionType in com.azure.resourcemanager.hdinsight.containers.modelsFields in com.azure.resourcemanager.hdinsight.containers.models declared as ScaleActionTypeModifier and TypeFieldDescriptionstatic final ScaleActionTypeScaleActionType.SCALEDOWNStatic value scaledown for ScaleActionType.static final ScaleActionTypeScaleActionType.SCALEUPStatic value scaleup for ScaleActionType.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ScaleActionTypeModifier and TypeMethodDescriptionScalingRule.actionType()Get the actionType property: The action type.static ScaleActionTypeScaleActionType.fromString(String name) Creates or finds a ScaleActionType from its string representation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ScaleActionTypeModifier and TypeMethodDescriptionstatic Collection<ScaleActionType> ScaleActionType.values()Gets known ScaleActionType values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ScaleActionTypeModifier and TypeMethodDescriptionScalingRule.withActionType(ScaleActionType actionType) Set the actionType property: The action type.