Compartilhar via


Propriedade VirtualMachineOSImageUpdateParameters.Language

Optional. Specifies the language of the image. The Language element is only available using version 2013-03-01 or higher.

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

Uso

'Uso
Dim instance As VirtualMachineOSImageUpdateParameters
Dim value As String

value = instance.Language

instance.Language = value

Sintaxe

'Declaração
Public Property Language As String
public string Language { get; set; }
public:
property String^ Language {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Language ()

/** @property */
public void set_Language (String value)
public function get Language () : String

public function set Language (value : String)

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 VirtualMachineOSImageUpdateParameters
Membros VirtualMachineOSImageUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models