Share via


IOSDiskDetails Interface

Definition

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

Properties

OSType

The type of the OS on the VM.

OSVhdId

The id of the disk containing the OS.

VhdName

The OS disk VHD name.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to