IAutonomousDatabase.ComputeCount Property

Definition

The compute amount (CPUs) available to the database.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The compute amount (CPUs) available to the database.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="computeCount", Update=true)]
public float? ComputeCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The compute amount (CPUs) available to the database.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="computeCount", Update=true)>]
member this.ComputeCount : Nullable<single> with get, set
Public Property ComputeCount As Nullable(Of Single)

Property Value

Attributes

Applies to