IExadataIormConfig.DbPlan Property

Definition

An array of IORM settings for all the database in the Exadata DB system.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="An array of IORM settings for all the database in the Exadata DB system.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbIormConfig) }, Read=true, ReadOnly=false, Required=false, SerializedName="dbPlans", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbIormConfig> DbPlan { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="An array of IORM settings for all the database in the Exadata DB system.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbIormConfig) }, Read=true, ReadOnly=false, Required=false, SerializedName="dbPlans", Update=true)>]
member this.DbPlan : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbIormConfig> with get, set
Public Property DbPlan As List(Of IDbIormConfig)

Property Value

Attributes

Applies to