다음을 통해 공유


VirtualMachineDiskListResponse.VirtualMachineDisk.OperatingSystemType 속성

 

디스크에 운영 체제 형식을 가져오거나 설정 합니다.

네임스페이스:   Microsoft.WindowsAzure.Management.Compute.Models
어셈블리:  Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

구문

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

속성 값

Type: System.String

유형입니다.

설명

가능한 값은 다음과 같습니다.

  • Linux

  • Windows

참고 항목

VirtualMachineDiskListResponse.VirtualMachineDisk 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스

맨 위로 이동