IDbNode.TimeMaintenanceWindowEnd Property

Definition

End date and time of maintenance window.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="End date and time of maintenance window.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="timeMaintenanceWindowEnd", Update=false)]
public DateTime? TimeMaintenanceWindowEnd { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="End date and time of maintenance window.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeMaintenanceWindowEnd", Update=true)]
public DateTime? TimeMaintenanceWindowEnd { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="End date and time of maintenance window.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="timeMaintenanceWindowEnd", Update=false)>]
member this.TimeMaintenanceWindowEnd : Nullable<DateTime>
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="End date and time of maintenance window.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeMaintenanceWindowEnd", Update=true)>]
member this.TimeMaintenanceWindowEnd : Nullable<DateTime> with get, set
Public ReadOnly Property TimeMaintenanceWindowEnd As Nullable(Of DateTime)
Public Property TimeMaintenanceWindowEnd As Nullable(Of DateTime)

Property Value

Attributes

Applies to