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
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