IBackupRequestProperties.BackupScheduleStartTime Property

Definition

When the schedule should start working.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="When the schedule should start working.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="startTime", Update=true)]
public DateTime? BackupScheduleStartTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="When the schedule should start working.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="startTime", Update=true)>]
member this.BackupScheduleStartTime : Nullable<DateTime> with get, set
Public Property BackupScheduleStartTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to