IOSFamily.Version 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.
List of OS versions belonging to this family.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="List of OS versions belonging to this family.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase) }, ReadOnly=true, Required=false, SerializedName="versions")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase[] Version { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="List of OS versions belonging to this family.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase) }, ReadOnly=true, Required=false, SerializedName="versions")>]
member this.Version : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IOSVersionPropertiesBase[]
Public ReadOnly Property Version As IOSVersionPropertiesBase()
Property Value
- Attributes