Show / Hide Table of Contents

    Enum RecurrenceFrequency

    Defines values for RecurrenceFrequency.

    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Monitor.dll
    Syntax
    [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
    public enum RecurrenceFrequency

    Day

    Hour

    Minute

    Month

    None

    Second

    Week

    Year

    Back to top Azure SDK for Net