Share via


IPersistentDisk.SizeInGb Property

Definition

Size of the persistent disk in GB

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Size of the persistent disk in GB", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="sizeInGB")]
public int? SizeInGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Size of the persistent disk in GB", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="sizeInGB")>]
member this.SizeInGb : Nullable<int> with get, set
Public Property SizeInGb As Nullable(Of Integer)

Property Value

Attributes

Applies to