ScalingTriggerDescription Class

Definition

Base class for describing different scaling triggers. Scaling triggers are used to describe under which conditions a scaling operation should happen. See AveragePartitionLoadScalingTrigger and AverageServiceLoadScalingTrigger as examples of scaling triggers.

[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.AveragePartitionLoadScalingTrigger))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.AverageServiceLoadScalingTrigger))]
public abstract class ScalingTriggerDescription
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.AveragePartitionLoadScalingTrigger))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Description.AverageServiceLoadScalingTrigger))>]
type ScalingTriggerDescription = class
Public MustInherit Class ScalingTriggerDescription
Inheritance
ScalingTriggerDescription
Derived
Attributes

Constructors

ScalingTriggerDescription()

Initializes a new instance of the ScalingTriggerDescription class.

ScalingTriggerDescription(ScalingTriggerKind)

Initializes a new instance of the ScalingTriggerDescription class of a particular kind.

Properties

Kind

Gets the kind of the scaling trigger.

Applies to