Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support Namespace
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.
Structs
ComparisonOperationType |
the operator that is used to compare the metric data and the threshold. |
CreatedByType |
The type of identity that created the resource. |
MetricStatisticType |
the metric statistic type. How the metrics from multiple instances are combined. |
PredictiveAutoscalePolicyScaleMode |
the predictive autoscale mode |
RecurrenceFrequency |
the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly. |
ScaleDirection |
the scale direction. Whether the scaling action increases or decreases the number of instances. |
ScaleRuleMetricDimensionOperationType |
the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values |
ScaleType |
the type of action that should occur when the scale rule fires. |
TimeAggregationType |
time aggregation type. How the data that is collected should be combined over time. The default value is Average. |