Share via


IDisk.UsedSpaceInByte Property

Definition

The amount of space used on the disk, in bytes

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The amount of space used on the disk, in bytes", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="usedSpaceInBytes", Update=true)]
public long? UsedSpaceInByte { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The amount of space used on the disk, in bytes", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="usedSpaceInBytes", Update=true)>]
member this.UsedSpaceInByte : Nullable<int64> with get, set
Public Property UsedSpaceInByte As Nullable(Of Long)

Property Value

Attributes

Applies to