ICloudVMCluster.IormConfigCacheDbPlan 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.
An array of IORM settings for all the database in the Exadata DB system.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, 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=true, Required=false, SerializedName="dbPlans", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbIormConfig> IormConfigCacheDbPlan { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, 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=true, Required=false, SerializedName="dbPlans", Update=false)>]
member this.IormConfigCacheDbPlan : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbIormConfig>
Public ReadOnly Property IormConfigCacheDbPlan As List(Of IDbIormConfig)
Property Value
- Attributes