IOSUpgradeSupportedVersions Interface

Definition

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

Properties

Name Description
SupportedSourceOSVersion

The source OS version name.

SupportedTargetOSVersion

The target OS version names.

Methods

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

Applies to