Condividi tramite


IPersistentDisk.SizeInGb Property

Definition

Size of the persistent disk in GB

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

Property Value

Attributes

Applies to