Aracılığıyla paylaş


LocationThresholdRuleCondition Constructors

Definition

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
windowSize
Nullable<TimeSpan>

Applies to