ISupportedOSProperty.SupportedOS Property

Definition

The list of supported operating systems.

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

Property Value

Attributes

Applies to