VirtualMachineOSImageListResponse.VirtualMachineOSImage.IsPremium 属性
可选。 指示映像是否包含将产生高于虚拟机核心价格的费用的软件或关联服务。 有关其他详细信息,请参阅 PricingDetailLink 元素。
命名空间: 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>
请参阅
VirtualMachineOSImageListResponse.VirtualMachineOSImage 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首