OSDetails Class
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.
Disk Details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.OSDetailsTypeConverter))]
public class OSDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IOSDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.OSDetailsTypeConverter))>]
type OSDetails = class
interface IOSDetails
interface IJsonSerializable
Public Class OSDetails
Implements IOSDetails
- Inheritance
-
OSDetails
- Attributes
- Implements
Constructors
OSDetails() |
Creates an new OSDetails instance. |
Properties
OSEdition |
The OSEdition. |
OSMajorVersion |
The OS Major Version. |
OSMinorVersion |
The OS Minor Version. |
OSType |
VM Disk details. |
OSVersion |
The OS Version. |
ProductType |
Product type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OSDetails. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IOSDetails. |
FromJsonString(String) |
Creates a new instance of OSDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |