VirtualMachineOSImageCreateResponse.Language Property

 

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

Syntax

public string Language { get; set; }
public:
property String^ Language {
    String^ get();
    void set(String^ value);
}
member Language : string with get, set
Public Property Language As String

Property Value

Type: System.String

See Also

VirtualMachineOSImageCreateResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top