AutoscaleRule(MetricTrigger, MonitorScaleAction) Constructor
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.
Initializes a new instance of AutoscaleRule.
public AutoscaleRule (Azure.ResourceManager.Monitor.Models.MetricTrigger metricTrigger, Azure.ResourceManager.Monitor.Models.MonitorScaleAction scaleAction);
new Azure.ResourceManager.Monitor.Models.AutoscaleRule : Azure.ResourceManager.Monitor.Models.MetricTrigger * Azure.ResourceManager.Monitor.Models.MonitorScaleAction -> Azure.ResourceManager.Monitor.Models.AutoscaleRule
Public Sub New (metricTrigger As MetricTrigger, scaleAction As MonitorScaleAction)
Parameters
- metricTrigger
- MetricTrigger
the trigger that results in a scaling action.
- scaleAction
- MonitorScaleAction
the parameters for the scaling action.
Exceptions
metricTrigger
or scaleAction
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET