Share via


IHyperVDisk Interface

Definition

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

Properties

DiskType

Type of the disk.

InstanceId

Id of the disk.

Lun

LUN of the disk.

MaxSizeInByte

Bytes allocated for the disk.

Name

Name of the disk.

Path

Path of the disk.

VhdId

VHD Id of the disk.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to