Alert Class
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.
Alert on the data box edge/gateway device.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Alert : Microsoft.Azure.Management.DataBoxEdge.Models.ARMBaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Alert = class
inherit ARMBaseModel
Public Class Alert
Inherits ARMBaseModel
- Inheritance
- Attributes
Constructors
Alert() |
Initializes a new instance of the Alert class. |
Alert(String, String, String, SystemData, String, String, Nullable<DateTime>, String, String, AlertErrorDetails, IDictionary<String,String>) |
Initializes a new instance of the Alert class. |
Properties
AlertType |
Gets alert type. |
AppearedAtDateTime |
Gets UTC time when the alert appeared. |
DetailedInformation |
Gets alert details. |
ErrorDetails |
Gets error details of the alert. |
Id |
Gets the path ID that uniquely identifies the object. (Inherited from ARMBaseModel) |
Name |
Gets the object name. (Inherited from ARMBaseModel) |
Recommendation |
Gets alert recommendation. |
Severity |
Gets severity of the alert. Possible values include: 'Informational', 'Warning', 'Critical' |
SystemData |
Gets or sets alert generated in the resource |
Title |
Gets alert title. |
Type |
Gets the hierarchical type of the object. (Inherited from ARMBaseModel) |
Applies to
Azure SDK for .NET