Uses of Class
com.azure.resourcemanager.containerservice.models.ScaleDownMode
Packages that use ScaleDownMode
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
Uses of ScaleDownMode in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ScaleDownModeModifier and TypeMethodDescriptionAgentPoolInner.scaleDownMode()Get the scaleDownMode property: The scale down mode to use when scaling the Agent Pool.ManagedClusterAgentPoolProfileProperties.scaleDownMode()Get the scaleDownMode property: The scale down mode to use when scaling the Agent Pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ScaleDownModeModifier and TypeMethodDescriptionAgentPoolInner.withScaleDownMode(ScaleDownMode scaleDownMode) Set the scaleDownMode property: The scale down mode to use when scaling the Agent Pool.ManagedClusterAgentPoolProfileProperties.withScaleDownMode(ScaleDownMode scaleDownMode) Set the scaleDownMode property: The scale down mode to use when scaling the Agent Pool. -
Uses of ScaleDownMode in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type ScaleDownMode in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classDescribes how VMs are added to or removed from Agent Pools.Fields in com.azure.resourcemanager.containerservice.models declared as ScaleDownModeModifier and TypeFieldDescriptionstatic final ScaleDownModeScaleDownMode.DEALLOCATEAttempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down.static final ScaleDownModeScaleDownMode.DELETECreate new instances during scale up and remove instances during scale down.Methods in com.azure.resourcemanager.containerservice.models that return ScaleDownModeModifier and TypeMethodDescriptionstatic ScaleDownModeScaleDownMode.fromString(String name) Creates or finds a ScaleDownMode from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ScaleDownModeModifier and TypeMethodDescriptionstatic Collection<ScaleDownMode> ScaleDownMode.values()Gets known ScaleDownMode values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ScaleDownModeModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withScaleDownMode(ScaleDownMode scaleDownMode) Set the scaleDownMode property: The scale down mode to use when scaling the Agent Pool.