IAutonomousDatabaseUpdate.ComputeCount 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 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