OperatingSystem.IsDefault Property

Gets or sets whether the operating system version is the default version for a service that has not otherwise specified a particular version.

Namespace: Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Usage

'Usage
Dim instance As OperatingSystem
Dim value As Boolean

value = instance.IsDefault

instance.IsDefault = value

Syntax

'Declaration
Public Property IsDefault As Boolean
public bool IsDefault { get; set; }
public:
property bool IsDefault {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsDefault ()

/** @property */
public void set_IsDefault (boolean value)
public function get IsDefault () : boolean

public function set IsDefault (value : boolean)

Property Value

true if this operating system version is the default version; otherwise, false.

Remarks

The default operating system version is applied to services that are configured for auto-upgrade.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

OperatingSystem Class
OperatingSystem Members
Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse Namespace