OSUpgradeSupportedVersions 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.
Supported OS upgrade versions.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.OSUpgradeSupportedVersionsTypeConverter))]
public class OSUpgradeSupportedVersions : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IOSUpgradeSupportedVersions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.OSUpgradeSupportedVersionsTypeConverter))>]
type OSUpgradeSupportedVersions = class
interface IOSUpgradeSupportedVersions
interface IJsonSerializable
Public Class OSUpgradeSupportedVersions
Implements IOSUpgradeSupportedVersions
- Inheritance
-
OSUpgradeSupportedVersions
- Attributes
- Implements
Constructors
OSUpgradeSupportedVersions() |
Creates an new OSUpgradeSupportedVersions instance. |
Properties
SupportedSourceOSVersion |
The source OS version name. |
SupportedTargetOSVersion |
The target OS version names. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OSUpgradeSupportedVersions. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OSUpgradeSupportedVersions. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IOSUpgradeSupportedVersions. |
FromJsonString(String) |
Creates a new instance of OSUpgradeSupportedVersions, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OSUpgradeSupportedVersions into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |