AveragePartitionLoadScalingTrigger Class
Represents a scaling trigger related to an average load of a metric/resource of a partition.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.ScalingTriggerDescriptionAveragePartitionLoadScalingTrigger
Constructor
AveragePartitionLoadScalingTrigger(*, metric_name: str, lower_load_threshold: str, upper_load_threshold: str, scale_interval_in_seconds: int, **kwargs)
Parameters
- lower_load_threshold
- str
Required
Required. The lower limit of the load below which a scale in operation should be performed.
- upper_load_threshold
- str
Required
Required. The upper limit of the load beyond which a scale out operation should be performed.
- scale_interval_in_seconds
- <xref:long>
Required
Required. The period in seconds on which a decision is made whether to scale or not.
Feedback
Submit and view feedback for