IScheduleBasedBackupCriteria.AbsoluteCriterion Property

Definition

it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth" and should be part of AbsoluteMarker enum

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "AllBackup", "FirstOfDay", "FirstOfMonth", "FirstOfWeek", "FirstOfYear" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth"\r\n        and should be part of AbsoluteMarker enum", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="absoluteCriteria", Update=true)]
public System.Collections.Generic.List<string> AbsoluteCriterion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "AllBackup", "FirstOfDay", "FirstOfMonth", "FirstOfWeek", "FirstOfYear" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth"\r\n        and should be part of AbsoluteMarker enum", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="absoluteCriteria", Update=true)>]
member this.AbsoluteCriterion : System.Collections.Generic.List<string> with get, set
Public Property AbsoluteCriterion As List(Of String)

Property Value

Attributes

Applies to