IDbSystem.DataStorageSizeInGb Property

Definition

The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="dataStorageSizeInGbs", Update=false)]
public int? DataStorageSizeInGb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="dataStorageSizeInGbs", Update=false)>]
member this.DataStorageSizeInGb : Nullable<int>
Public ReadOnly Property DataStorageSizeInGb As Nullable(Of Integer)

Property Value

Attributes

Applies to