VirtualMachineDiskListResponse.VirtualMachineDisk.IsPremium 属性

 

获取或设置是否包含在磁盘上的图像为高级版映像。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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 命名空间

返回页首