ScalingPolicyDescription 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.
Class for describing a scaling policy. Every scaling policy consists of a ScalingTriggerDescription which describes when scaling should occur and a ScalingMechanismDescription which describes how is scaling performed.
public class ScalingPolicyDescription
type ScalingPolicyDescription = class
Public Class ScalingPolicyDescription
- Inheritance
-
ScalingPolicyDescription
Constructors
ScalingPolicyDescription() | |
ScalingPolicyDescription(ScalingMechanismDescription, ScalingTriggerDescription) |
Properties
ScalingMechanism | |
ScalingTrigger |
Methods
ToString() |