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