ScalingTriggerDescription 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.
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
Azure SDK for .NET