LocationThresholdRuleCondition 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
LocationThresholdRuleCondition() | |
LocationThresholdRuleCondition(Int32, RuleDataSource, Nullable<TimeSpan>) |
LocationThresholdRuleCondition()
public LocationThresholdRuleCondition ();
Public Sub New ()
Applies to
LocationThresholdRuleCondition(Int32, RuleDataSource, Nullable<TimeSpan>)
public LocationThresholdRuleCondition (int failedLocationCount, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleDataSource dataSource = default, TimeSpan? windowSize = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.LocationThresholdRuleCondition : int * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RuleDataSource * Nullable<TimeSpan> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.LocationThresholdRuleCondition
Public Sub New (failedLocationCount As Integer, Optional dataSource As RuleDataSource = Nothing, Optional windowSize As Nullable(Of TimeSpan) = Nothing)
Parameters
- failedLocationCount
- Int32
- dataSource
- RuleDataSource