Show / Hide Table of Contents

    Class AlertSeverity

    Defines values for AlertSeverity.

    Inheritance
    Object
    AlertSeverity
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Monitor.dll
    Syntax
    public static class AlertSeverity

    Fields

    Four

    Declaration
    public const string Four;
    Field Value
    String

    One

    Declaration
    public const string One;
    Field Value
    String

    Three

    Declaration
    public const string Three;
    Field Value
    String

    Two

    Declaration
    public const string Two;
    Field Value
    String

    Zero

    Declaration
    public const string Zero;
    Field Value
    String

    Back to top Azure SDK for Net