MonitorAlertSeverity 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.
The severity that will be attached to every Alert fired through this event subscription. This field must be provided.
public readonly struct MonitorAlertSeverity : IEquatable<Azure.ResourceManager.EventGrid.Models.MonitorAlertSeverity>
type MonitorAlertSeverity = struct
Public Structure MonitorAlertSeverity
Implements IEquatable(Of MonitorAlertSeverity)
- Inheritance
-
MonitorAlertSeverity
- Implements
Constructors
MonitorAlertSeverity(String) |
Initializes a new instance of MonitorAlertSeverity. |
Properties
Sev0 |
Sev0. |
Sev1 |
Sev1. |
Sev2 |
Sev2. |
Sev3 |
Sev3. |
Sev4 |
Sev4. |
Methods
Equals(MonitorAlertSeverity) |
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(MonitorAlertSeverity, MonitorAlertSeverity) |
Determines if two MonitorAlertSeverity values are the same. |
Implicit(String to MonitorAlertSeverity) |
Converts a string to a MonitorAlertSeverity. |
Inequality(MonitorAlertSeverity, MonitorAlertSeverity) |
Determines if two MonitorAlertSeverity values are not the same. |
Applies to
Azure SDK for .NET