IOSFamily.Version Property

Definition

List of OS versions belonging to this family.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="List of OS versions belonging to this family.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IOSVersionPropertiesBase) }, Read=true, ReadOnly=true, Required=false, SerializedName="versions", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IOSVersionPropertiesBase> Version { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="List of OS versions belonging to this family.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IOSVersionPropertiesBase) }, Read=true, ReadOnly=true, Required=false, SerializedName="versions", Update=false)>]
member this.Version : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IOSVersionPropertiesBase>
Public ReadOnly Property Version As List(Of IOSVersionPropertiesBase)

Property Value

Attributes

Applies to