AveragePartitionLoadScalingTrigger 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.
Represents a scaling trigger related to an average load of a metric/resource of a partition.
public class AveragePartitionLoadScalingTrigger : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceScalingTrigger, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.AveragePartitionLoadScalingTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.AveragePartitionLoadScalingTrigger>
type AveragePartitionLoadScalingTrigger = class
inherit ManagedServiceScalingTrigger
interface IJsonModel<AveragePartitionLoadScalingTrigger>
interface IPersistableModel<AveragePartitionLoadScalingTrigger>
Public Class AveragePartitionLoadScalingTrigger
Inherits ManagedServiceScalingTrigger
Implements IJsonModel(Of AveragePartitionLoadScalingTrigger), IPersistableModel(Of AveragePartitionLoadScalingTrigger)
- Inheritance
- Implements
Constructors
AveragePartitionLoadScalingTrigger(String, Double, Double, String) |
Initializes a new instance of AveragePartitionLoadScalingTrigger. |
Properties
LowerLoadThreshold |
The lower limit of the load below which a scale in operation should be performed. |
MetricName |
The name of the metric for which usage should be tracked. |
ScaleInterval |
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 |
The upper limit of the load beyond which a scale out operation should be performed. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET