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