EntitySignalThresholdRule(EntitySignalOperator, String) Constructor
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.
Initializes a new instance of EntitySignalThresholdRule.
public EntitySignalThresholdRule(Azure.ResourceManager.CloudHealth.Models.EntitySignalOperator operator, string threshold);
new Azure.ResourceManager.CloudHealth.Models.EntitySignalThresholdRule : Azure.ResourceManager.CloudHealth.Models.EntitySignalOperator * string -> Azure.ResourceManager.CloudHealth.Models.EntitySignalThresholdRule
Public Sub New (operator As EntitySignalOperator, threshold As String)
Parameters
- operator
- EntitySignalOperator
Operator how to compare the signal value with the threshold.
- threshold
- String
Threshold value.
Exceptions
threshold is null.