IAutonomousDatabaseUpdate.ScheduledOperationsList 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.
The list of scheduled operations.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The list of scheduled operations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IScheduledOperationsTypeUpdate) }, Read=true, ReadOnly=false, Required=false, SerializedName="scheduledOperationsList", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IScheduledOperationsTypeUpdate> ScheduledOperationsList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The list of scheduled operations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IScheduledOperationsTypeUpdate) }, Read=true, ReadOnly=false, Required=false, SerializedName="scheduledOperationsList", Update=true)>]
member this.ScheduledOperationsList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IScheduledOperationsTypeUpdate> with get, set
Public Property ScheduledOperationsList As List(Of IScheduledOperationsTypeUpdate)
Property Value
- Attributes