Dela via


MonitorAlertSeverity Struct

Definition

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