ISupportedOSDetails.OSVersion Property

Definition

The list of version for operating system.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The list of version for operating system.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IOSVersionWrapper) }, Read=true, ReadOnly=false, Required=false, SerializedName="osVersions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IOSVersionWrapper> OSVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The list of version for operating system.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IOSVersionWrapper) }, Read=true, ReadOnly=false, Required=false, SerializedName="osVersions", Update=true)>]
member this.OSVersion : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IOSVersionWrapper> with get, set
Public Property OSVersion As List(Of IOSVersionWrapper)

Property Value

Attributes

Applies to