ScalingPolicyDescription Class

Definition

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