다음을 통해 공유


VirtualMachineDiskListResponse.VirtualMachineDisk.IsPremium 속성

 

디스크에 포함 된 이미지는 프리미엄 이미지 인지 여부를 나타내는 값을 가져오거나 설정 합니다.

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

구문

public Nullable<bool> IsPremium { get; set; }
public:
property Nullable<bool> IsPremium {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member IsPremium : Nullable<bool> with get, set
Public Property IsPremium As Nullable(Of Boolean)

속성 값

Type: System.Nullable<Boolean>

true 프리미엄 이미지; 경우 그렇지 않은 경우 false합니다.

참고 항목

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

맨 위로 이동