Share via


IGuestOSDetails Interface

Definition

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

Properties

OSName

Name of the operating system.

OSType

Type of the operating system.

OSVersion

Version of the operating system.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to