你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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(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.Api20240401.IDay) }, ReadOnly=false, Required=false, SerializedName="daysOfMonth")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay[] DaysOfMonth { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(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.Api20240401.IDay) }, ReadOnly=false, Required=false, SerializedName="daysOfMonth")>]
member this.DaysOfMonth : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDay[] with get, set
Public Property DaysOfMonth As IDay()

Property Value

IDay[]
Attributes

Applies to