Schedule.Daily Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets for schedules like: 'recur every day' or 'recur every 3 days'.
[Newtonsoft.Json.JsonProperty(PropertyName="daily")]
public Microsoft.Azure.Management.ContainerService.Models.DailySchedule Daily { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="daily")>]
member this.Daily : Microsoft.Azure.Management.ContainerService.Models.DailySchedule with get, set
Public Property Daily As DailySchedule
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute