IOSDiskDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |