AveragePartitionLoadScalingTrigger Class

Definition

Represents a scaling trigger related to an average load of a metric/resource of a partition.

[Newtonsoft.Json.JsonObject("AveragePartitionLoadTrigger")]
public class AveragePartitionLoadScalingTrigger : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingTrigger
[<Newtonsoft.Json.JsonObject("AveragePartitionLoadTrigger")>]
type AveragePartitionLoadScalingTrigger = class
    inherit ScalingTrigger
Public Class AveragePartitionLoadScalingTrigger
Inherits ScalingTrigger
Inheritance
AveragePartitionLoadScalingTrigger
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AveragePartitionLoadScalingTrigger()

Initializes a new instance of the AveragePartitionLoadScalingTrigger class.

AveragePartitionLoadScalingTrigger(String, Double, Double, String)

Initializes a new instance of the AveragePartitionLoadScalingTrigger class.

Properties

LowerLoadThreshold

Gets or sets the lower limit of the load below which a scale in operation should be performed.

MetricName

Gets or sets the name of the metric for which usage should be tracked.

ScaleInterval

Gets or sets the period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".

UpperLoadThreshold

Gets or sets the upper limit of the load beyond which a scale out operation should be performed.

Methods

Validate()

Validate the object.

Applies to