ISupportedOSDetails.OSVersion Property
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.
The list of version for operating system.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of version for operating system.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IOSVersionWrapper) }, ReadOnly=false, Required=false, SerializedName="osVersions")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IOSVersionWrapper[] OSVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of version for operating system.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IOSVersionWrapper) }, ReadOnly=false, Required=false, SerializedName="osVersions")>]
member this.OSVersion : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IOSVersionWrapper[] with get, set
Public Property OSVersion As IOSVersionWrapper()
Property Value
- Attributes