VirtualMachineOSImageCreateResponse.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>
참고 항목
VirtualMachineOSImageCreateResponse 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스
맨 위로 이동