Alert Class

Definition

The alert.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Alert : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Alert = class
    inherit BaseModel
Public Class Alert
Inherits BaseModel
Inheritance
Attributes

Constructors

Alert()

Initializes a new instance of the Alert class.

Alert(String, AlertScope, String, DateTime, DateTime, AlertSource, AlertSeverity, AlertStatus, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, String, String, AlertErrorDetails, IDictionary<String,String>)

Initializes a new instance of the Alert class.

Properties

AlertType

Gets or sets the type of the alert

AppearedAtSourceTime

Gets or sets the source time at which the alert was raised

AppearedAtTime

Gets or sets the UTC time at which the alert was raised

ClearedAtSourceTime

Gets or sets the source time at which the alert was cleared

ClearedAtTime

Gets or sets the UTC time at which the alert was cleared

DetailedInformation

Gets or sets more details about the alert

ErrorDetails

Gets or sets the details of the error for which the alert was raised

Id

Gets the path ID that uniquely identifies the object.

(Inherited from BaseModel)
Kind

Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

(Inherited from BaseModel)
Name

Gets the name of the object.

(Inherited from BaseModel)
Recommendation

Gets or sets the recommended action for the issue raised in the alert

ResolutionReason

Gets or sets the reason for resolving the alert

Scope

Gets or sets the scope of the alert. Possible values include: 'Resource', 'Device'

Severity

Gets or sets the severity of the alert. Possible values include: 'Informational', 'Warning', 'Critical'

Source

Gets or sets the source at which the alert was raised

Status

Gets or sets the current status of the alert. Possible values include: 'Active', 'Cleared'

Title

Gets or sets the title of the alert

Type

Gets the hierarchical type of the object.

(Inherited from BaseModel)

Methods

Validate()

Validate the object.

Applies to