GuestOSDetails Class

Definition

Data related to a machine's operating system. Serialized and stored as part of Machine Rest object.

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

Constructors

Name Description
GuestOSDetails()

Creates an new GuestOSDetails instance.

Properties

Name Description
OSName

Name of the operating system.

OSType

Type of the operating system.

OSVersion

Version of the operating system.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GuestOSDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GuestOSDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IGuestOSDetails.

FromJsonString(String)

Creates a new instance of GuestOSDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GuestOSDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to