OperatingSystemListFamiliesResponse.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
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public bool IsDefault { get; set; }
public:
property bool IsDefault {
    bool get();
    void set(bool value);
}
member IsDefault : bool with get, set
Public Property IsDefault As Boolean

Property Value

Type: System.Boolean

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.

See Also

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

Return to top