IMaintenanceReschedule.RescheduleTime 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.
reschedule time
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=true, Description="reschedule time", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="rescheduleTime", Update=true)]
public DateTime? RescheduleTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=true, Description="reschedule time", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="rescheduleTime", Update=true)>]
member this.RescheduleTime : Nullable<DateTime> with get, set
Public Property RescheduleTime As Nullable(Of DateTime)
Property Value
- Attributes