Recurrence.Frequency Property

Definition

Gets or sets the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly. Possible values include: 'None', 'Second', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year'

[Newtonsoft.Json.JsonProperty(PropertyName="frequency")]
public Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency Frequency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="frequency")>]
member this.Frequency : Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency with get, set
Public Property Frequency As RecurrenceFrequency

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to