ScaleRule Constructors
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.
Overloads
ScaleRule() |
Initializes a new instance of the ScaleRule class. |
ScaleRule(MetricTrigger, ScaleAction) |
Initializes a new instance of the ScaleRule class. |
ScaleRule()
Initializes a new instance of the ScaleRule class.
public ScaleRule();
Public Sub New ()
Applies to
ScaleRule(MetricTrigger, ScaleAction)
Initializes a new instance of the ScaleRule class.
public ScaleRule(Microsoft.Azure.Management.Monitor.Models.MetricTrigger metricTrigger, Microsoft.Azure.Management.Monitor.Models.ScaleAction scaleAction);
new Microsoft.Azure.Management.Monitor.Models.ScaleRule : Microsoft.Azure.Management.Monitor.Models.MetricTrigger * Microsoft.Azure.Management.Monitor.Models.ScaleAction -> Microsoft.Azure.Management.Monitor.Models.ScaleRule
Public Sub New (metricTrigger As MetricTrigger, scaleAction As ScaleAction)
Parameters
- metricTrigger
- MetricTrigger
the trigger that results in a scaling action.
- scaleAction
- ScaleAction
the parameters for the scaling action.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET