AutoscaleRecurrence.Schedule Property

Definition

Gets or sets array of schedule-based autoscale rules

[Newtonsoft.Json.JsonProperty(PropertyName="schedule")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule> Schedule { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="schedule")>]
member this.Schedule : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.AutoscaleSchedule> with get, set
Public Property Schedule As IList(Of AutoscaleSchedule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to