Bagikan melalui


LocationThresholdRuleCondition Constructors

Definition

Overloads

LocationThresholdRuleCondition()

Initializes a new instance of the LocationThresholdRuleCondition class.

LocationThresholdRuleCondition(LocationThresholdRuleCondition)

Initializes a new instance of the LocationThresholdRuleCondition class.

LocationThresholdRuleCondition()

Initializes a new instance of the LocationThresholdRuleCondition class.

public LocationThresholdRuleCondition ();
Public Sub New ()

Applies to

LocationThresholdRuleCondition(LocationThresholdRuleCondition)

Initializes a new instance of the LocationThresholdRuleCondition class.

public LocationThresholdRuleCondition (Microsoft.Azure.Management.Monitor.Models.LocationThresholdRuleCondition locationThresholdRuleCondition);
new Microsoft.Azure.Management.Monitor.Management.Models.LocationThresholdRuleCondition : Microsoft.Azure.Management.Monitor.Models.LocationThresholdRuleCondition -> Microsoft.Azure.Management.Monitor.Management.Models.LocationThresholdRuleCondition
Public Sub New (locationThresholdRuleCondition As LocationThresholdRuleCondition)

Parameters

locationThresholdRuleCondition
LocationThresholdRuleCondition

The LocationThresholdRuleCondition object

Applies to