IOperatingSystem Interface

Definition

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

Properties

Name Description
OSName

Name of the operating system.

OSType

Type of the operating system.

OSVersion

Version of the operating system.

Methods

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

Applies to