Share via


IOSVersion.IsDefault Property

Definition

Specifies whether this is the default OS version for its family.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Specifies whether this is the default OS version for its family.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDefault")]
public bool? IsDefault { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Specifies whether this is the default OS version for its family.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDefault")>]
member this.IsDefault : Nullable<bool>
Public ReadOnly Property IsDefault As Nullable(Of Boolean)

Property Value

Attributes

Applies to