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