Share via


IDisk Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.DiskTypeConverter))]
public interface IDisk : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.DiskTypeConverter))>]
type IDisk = interface
    interface IJsonSerializable
Public Interface IDisk
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

GeneratedId

The generated ID of the disk.

Id

The ID of the disk.

MaxSizeInByte

The size of the disk, in bytes

Name

The name of the disk.

Path

The path of the disk.

Type

The type of the disk.

UsedSpaceInByte

The amount of space used on the disk, in bytes

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to