Condividi tramite


EntityAlertSeverity Struct

Definition

Severity of an alert.

public readonly struct EntityAlertSeverity : IEquatable<Azure.ResourceManager.CloudHealth.Models.EntityAlertSeverity>
type EntityAlertSeverity = struct
Public Structure EntityAlertSeverity
Implements IEquatable(Of EntityAlertSeverity)
Inheritance
EntityAlertSeverity
Implements

Constructors

Name Description
EntityAlertSeverity(String)

Initializes a new instance of EntityAlertSeverity.

Properties

Name Description
Sev0

Critical.

Sev1

Error.

Sev2

Warning.

Sev3

Informational.

Sev4

Verbose.

Methods

Name Description
Equals(EntityAlertSeverity)

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

Name Description
Equality(EntityAlertSeverity, EntityAlertSeverity)

Determines if two EntityAlertSeverity values are the same.

Implicit(String to EntityAlertSeverity)

Converts a string to a EntityAlertSeverity.

Implicit(String to Nullable<EntityAlertSeverity>)
Inequality(EntityAlertSeverity, EntityAlertSeverity)

Determines if two EntityAlertSeverity values are not the same.

Applies to