ICloudExadataInfrastructureProperties.MaintenanceWindowDaysOfWeek 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.
Days during the week when maintenance should be performed.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Days during the week when maintenance should be performed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDayOfWeek) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysOfWeek", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDayOfWeek> MaintenanceWindowDaysOfWeek { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Days during the week when maintenance should be performed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDayOfWeek) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysOfWeek", Update=true)>]
member this.MaintenanceWindowDaysOfWeek : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDayOfWeek> with get, set
Public Property MaintenanceWindowDaysOfWeek As List(Of IDayOfWeek)
Property Value
- Attributes