AlertProcessingRuleField Struct
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.
Field for a given condition.
public readonly struct AlertProcessingRuleField : IEquatable<Azure.ResourceManager.AlertsManagement.Models.AlertProcessingRuleField>
type AlertProcessingRuleField = struct
Public Structure AlertProcessingRuleField
Implements IEquatable(Of AlertProcessingRuleField)
- Inheritance
-
AlertProcessingRuleField
- Implements
Constructors
AlertProcessingRuleField(String) |
Initializes a new instance of AlertProcessingRuleField. |
Properties
AlertContext |
AlertContext. |
AlertRuleId |
AlertRuleId. |
AlertRuleName |
AlertRuleName. |
Description |
Description. |
MonitorCondition |
MonitorCondition. |
MonitorService |
MonitorService. |
Severity |
Severity. |
SignalType |
SignalType. |
TargetResource |
TargetResource. |
TargetResourceGroup |
TargetResourceGroup. |
TargetResourceType |
TargetResourceType. |
Methods
Equals(AlertProcessingRuleField) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AlertProcessingRuleField, AlertProcessingRuleField) |
Determines if two AlertProcessingRuleField values are the same. |
Implicit(String to AlertProcessingRuleField) |
Converts a string to a AlertProcessingRuleField. |
Inequality(AlertProcessingRuleField, AlertProcessingRuleField) |
Determines if two AlertProcessingRuleField values are not the same. |
Applies to
Azure SDK for .NET