Partager via


IRecurrentSchedule.Day Property

Definition

the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, Description="the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="days", Update=true)]
public System.Collections.Generic.List<string> Day { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, Description="the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="days", Update=true)>]
member this.Day : System.Collections.Generic.List<string> with get, set
Public Property Day As List(Of String)

Property Value

Attributes

Applies to