IOSDiskDetails Interface

Definition

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

Properties

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to