ISupportedOperatingSystems.SupportedOSList Property

Definition

The supported operating systems property list.

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

Property Value

Attributes

Applies to