VirtualMachineVMImageUpdateParameters.Language Propriedade
Opcional. Especifica a linguagem da imagem.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe VirtualMachineVMImageUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models
Retornar ao topo