ICloudVMClusterUpdate.StorageSizeInGb Property

Definition

The data disk group size to be allocated in GBs per VM.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The data disk group size to be allocated in GBs per VM.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageSizeInGbs", Update=true)]
public int? StorageSizeInGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The data disk group size to be allocated in GBs per VM.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageSizeInGbs", Update=true)>]
member this.StorageSizeInGb : Nullable<int> with get, set
Public Property StorageSizeInGb As Nullable(Of Integer)

Property Value

Attributes

Applies to