IScheduleBasedBackupCriteria.WeeksOfTheMonth 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.
It should be First/Second/Third/Fourth/Last
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="It should be First/Second/Third/Fourth/Last", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber) }, ReadOnly=false, Required=false, SerializedName="weeksOfTheMonth")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[] WeeksOfTheMonth { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="It should be First/Second/Third/Fourth/Last", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber) }, ReadOnly=false, Required=false, SerializedName="weeksOfTheMonth")>]
member this.WeeksOfTheMonth : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[] with get, set
Public Property WeeksOfTheMonth As WeekNumber()
Property Value
- Attributes