Compartilhar via


Propriedade OperatingSystem.IsDefault

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 (em Microsoft.WindowsAzure.Management.Compute.dll)

Uso

'Uso
Dim instance As OperatingSystem
Dim value As Boolean

value = instance.IsDefault

instance.IsDefault = value

Sintaxe

'Declaração
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)

Valor da Propriedade

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

Comentários

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

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe OperatingSystem
Membros OperatingSystem
Namespace Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse