IScheduleBasedBackupCriteria.DaysOfTheWeek Property

Definition

It should be Sunday/Monday/T..../Saturday

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "Friday", "Monday", "Saturday", "Sunday", "Thursday", "Tuesday", "Wednesday" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="It should be Sunday/Monday/T..../Saturday", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysOfTheWeek", Update=true)]
public System.Collections.Generic.List<string> DaysOfTheWeek { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "Friday", "Monday", "Saturday", "Sunday", "Thursday", "Tuesday", "Wednesday" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="It should be Sunday/Monday/T..../Saturday", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysOfTheWeek", Update=true)>]
member this.DaysOfTheWeek : System.Collections.Generic.List<string> with get, set
Public Property DaysOfTheWeek As List(Of String)

Property Value

Attributes

Applies to