ScaleDownMode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for ScaleDownMode.
public static class ScaleDownMode
type ScaleDownMode = class
Public Class ScaleDownMode
- Inheritance
-
ScaleDownMode
Fields
Deallocate |
Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down. |
Delete |
Create new instances during scale up and remove instances during scale down. |