Show / Hide Table of Contents

    Class ConditionalOperator

    Defines values for ConditionalOperator.

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

    Fields

    Equal

    Declaration
    public const string Equal;
    Field Value
    String

    GreaterThan

    Declaration
    public const string GreaterThan;
    Field Value
    String

    LessThan

    Declaration
    public const string LessThan;
    Field Value
    String

    Back to top Azure SDK for Net