Describes a layer's load-based auto scaling configuration.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class LoadBasedAutoScalingConfiguration
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | LoadBasedAutoScalingConfiguration()()()() | Initializes a new instance of the LoadBasedAutoScalingConfiguration class | 
|  | DownScaling | 
            Gets and sets the property DownScaling. 
             
            A  | 
|  | Enable | 
            Gets and sets the property Enable. 
             Whether load-based auto scaling is enabled for the layer. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | LayerId | 
            Gets and sets the property LayerId. 
             The layer ID. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UpScaling | 
            Gets and sets the property UpScaling. 
             
            A  | 
|  | WithDownScaling(AutoScalingThresholds) | Obsolete. 
            Sets the DownScaling property
             | 
|  | WithEnable(Boolean) | Obsolete. 
            Sets the Enable property
             | 
|  | WithLayerId(String) | Obsolete. 
            Sets the LayerId property
             | 
|  | WithUpScaling(AutoScalingThresholds) | Obsolete. 
            Sets the UpScaling property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | LoadBasedAutoScalingConfiguration | 
 Copy
Copy