Compartilhar via


VirtualMachineDiskListResponse.VirtualMachineDisk.OperatingSystemType Propriedade

 

Obtém ou define o tipo do tipo de sistema operacional no disco.

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

Sintaxe

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

Valor de propriedade

Type: System.String

O tipo.

Comentários

Os possíveis valores são:

  • Linux

  • Windows

Consulte também

Classe VirtualMachineDiskListResponse.VirtualMachineDisk
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo