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() |
Initializes a new instance of the ScalingPolicyDescription class. |
ScalingPolicyDescription(ScalingMechanismDescription, ScalingTriggerDescription) |
Initializes a new instance of the ScalingPolicyDescription class with the specified mechanism and trigger. |
Properties
ScalingMechanism |
Gets the scaling mechanism. |
ScalingTrigger |
Gets the scaling trigger. |
Methods
ToString() |
Returns a string of the ScalingPolicyDescription. |
Applies to
Azure SDK for .NET