IScheduleBasedBackupCriteria.ScheduleTime Property

Definition

List of schedule times for backup

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="List of schedule times for backup", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="scheduleTimes", Update=true)]
public System.Collections.Generic.List<DateTime> ScheduleTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="List of schedule times for backup", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="scheduleTimes", Update=true)>]
member this.ScheduleTime : System.Collections.Generic.List<DateTime> with get, set
Public Property ScheduleTime As List(Of DateTime)

Property Value

Attributes

Applies to