다음을 통해 공유


OperatingSystemListFamiliesResponse.OperatingSystem.Version 속성

 

운영 체제의 버전을 가져오거나 설정 합니다.

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

구문

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

속성 값

Type: System.String

운영 체제 버전입니다.

설명

이 값은 특정 버전의 Azure 게스트 운영 체제에서 서비스를 실행하도록 지정하는 구성 값에 해당합니다. 자세한 내용은 참조 Configuring Settings for the Azure Guest OS.

참고 항목

OperatingSystemListFamiliesResponse.OperatingSystem 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스

맨 위로 이동