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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET