IOperatingSystem 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.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
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) |