IScheduleBasedBackupCriteria.DaysOfMonth Property

Definition

This is day of the month from 1 to 28 other wise last of month

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="This is day of the month from 1 to 28 other wise last of month", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDay) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysOfMonth", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDay> DaysOfMonth { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="This is day of the month from 1 to 28 other wise last of month", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDay) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysOfMonth", Update=true)>]
member this.DaysOfMonth : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDay> with get, set
Public Property DaysOfMonth As List(Of IDay)

Property Value

Attributes

Applies to