IAutonomousDatabaseUpdate.IsAutoScalingEnabled Property

Definition

Indicates if auto scaling is enabled for the Autonomous Database CPU core count.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Indicates if auto scaling is enabled for the Autonomous Database CPU core count.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isAutoScalingEnabled", Update=true)]
public bool? IsAutoScalingEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Indicates if auto scaling is enabled for the Autonomous Database CPU core count.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isAutoScalingEnabled", Update=true)>]
member this.IsAutoScalingEnabled : Nullable<bool> with get, set
Public Property IsAutoScalingEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to