Schedule.AbsoluteMonthly Property

Definition

Gets or sets for schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.

[Newtonsoft.Json.JsonProperty(PropertyName="absoluteMonthly")]
public Microsoft.Azure.Management.ContainerService.Models.AbsoluteMonthlySchedule AbsoluteMonthly { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="absoluteMonthly")>]
member this.AbsoluteMonthly : Microsoft.Azure.Management.ContainerService.Models.AbsoluteMonthlySchedule with get, set
Public Property AbsoluteMonthly As AbsoluteMonthlySchedule

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to