ICloudVMCluster.DataStorageSizeInTb 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 data disk group size to be allocated in TBs.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The data disk group size to be allocated in TBs.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataStorageSizeInTbs", Update=true)]
public double? DataStorageSizeInTb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The data disk group size to be allocated in TBs.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataStorageSizeInTbs", Update=true)>]
member this.DataStorageSizeInTb : Nullable<double> with get, set
Public Property DataStorageSizeInTb As Nullable(Of Double)
Property Value
- Attributes